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 using s3 urls of the shape https://<bucket>.s3.<region>.amazonaws.com/<key> #20997

Open
Jesse-Bakker opened this issue Jan 30, 2025 · 0 comments
Assignees
Labels
A-io-cloud Area: reading/writing to cloud storage enhancement New feature or an improvement of an existing feature

Comments

@Jesse-Bakker
Copy link
Contributor

Jesse-Bakker commented Jan 30, 2025

Description

This kind of url is what is returned by s3 in the Location field when uploading files, and allows you to embed the region in the url, which is convenient when doing a lot of cross-region reading and writing.

This is supported by ObjectStoreScheme::parse so switching to that for parsing gives this capability "for free".

@Jesse-Bakker Jesse-Bakker added the enhancement New feature or an improvement of an existing feature label Jan 30, 2025
@nameexhaustion nameexhaustion added the A-io-cloud Area: reading/writing to cloud storage label Jan 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-io-cloud Area: reading/writing to cloud storage enhancement New feature or an improvement of an existing feature
Projects
None yet
Development

No branches or pull requests

2 participants