kylebarron commented on issue #522:
URL: 
https://github.com/apache/arrow-rs-object-store/issues/522#issuecomment-3468371128

   I think it's fine to handle it in the same way we handle `bucket_name` 
already.
   
   That is, we should extract whatever information we can from a valid URL, and 
let the user pass in any extra information they know about. 
   
   So a user could do
   ```rs
   let s3 = AmazonS3Builder::new()
       .with_url("https://bucket.s3.amazonaws.com/";)
       .with_region("us-west-2")
       .build();
   ```


-- 
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