Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Domain manipulation #137

Open
kaldown opened this issue Mar 18, 2021 · 1 comment
Open

[Request] Domain manipulation #137

kaldown opened this issue Mar 18, 2021 · 1 comment

Comments

@kaldown
Copy link

kaldown commented Mar 18, 2021

Is there any useful way to manipulate domains?

Reasoning:
let's say I have https://s3.amazonaws.com
I need to build endpoint with bucket name
f.domain.add('my-bucket')

then I need to create website out of it:

>> f.url
https://my-bucket.s3.amazonaws.com
>>> f.domain.part[1] = "s3-website-region"

In total:

>>> f.url
https://my-bucket.s3-website-region.amazonaws.com
@kaldown kaldown changed the title Domain manipulation [Request] Domain manipulation Mar 18, 2021
@gruns
Copy link
Owner

gruns commented Mar 18, 2021

not yet unfortunately

great domain support will be added with #110, which i've started but not yet completed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants