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

Support for additional URL formats in object_store for Azure blob #5370

Closed
bradvoth opened this issue Feb 7, 2024 · 1 comment · Fixed by #5371
Closed

Support for additional URL formats in object_store for Azure blob #5370

bradvoth opened this issue Feb 7, 2024 · 1 comment · Fixed by #5371
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface

Comments

@bradvoth
Copy link
Contributor

bradvoth commented Feb 7, 2024

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
In azure storage blobs can be referred to with a URL format like: https://<account>.blob.core.windows.net/<container>/...

Describe the solution you'd like
I would like to be able to use the from_url method on MicrosoftAzureBuilder to construct a MicrosoftAzure instance including the container name directly from a URL in this format.

Describe alternatives you've considered
I currently have built a parser that will do this as an extra layer in my application.

Additional context
None?

@bradvoth bradvoth added the enhancement Any new improvement worthy of a entry in the changelog label Feb 7, 2024
@tustvold tustvold added the object-store Object Store Interface label Mar 1, 2024
@tustvold
Copy link
Contributor

tustvold commented Mar 1, 2024

label_issue.py automatically added labels {'object-store'} from #5371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Any new improvement worthy of a entry in the changelog object-store Object Store Interface
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants