Support using s3 urls of the shape https://<bucket>.s3.<region>.amazonaws.com/<key>
#20997
Labels
A-io-cloud
Area: reading/writing to cloud storage
enhancement
New feature or an improvement of an existing feature
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".
The text was updated successfully, but these errors were encountered: