a10y opened a new pull request, #780:
URL: https://github.com/apache/arrow-rs-object-store/pull/780

   # Which issue does this PR close?
   
   Closes #779
   
   # What changes are included in this PR?
   
   Adds support for parsing and resolving `AmazonS3` stores for S3 dual-stack 
endpoints. Adds cases to the existing URL parsing tests.
   
   I encountered this trying to use `object_store` to read some data from a 
HuggingFace dataset, where one column of image URLs pointed to many values like 
`https://s3.dualstack.us-east-1.amazonaws.com/....`
   
   In the first table of the [S3 endpoint 
docs](https://docs.aws.amazon.com/general/latest/gr/s3.html) you can see an 
example of these:
   
   <img width="848" height="704" alt="image" 
src="https://github.com/user-attachments/assets/cf7ddd2e-3177-4973-9154-a3d340d05d41";
 />
   
   # Are there any user-facing changes?
   
   URLs that previously would error will now resolve.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to