roeap opened a new pull request, #3327:
URL: https://github.com/apache/arrow-rs/pull/3327

   # Which issue does this PR close?
   
   Closes #2304
   
   cc @tustvold 
   
   # Rationale for this change
    
   See discussion in #2304 - in a nutshell, accessible storage locations can be 
described by various url formats (especially for azure storage) and we aim to 
provide url parsing centrally since it is a very common task to perform in 
consuming applications.
   
   # What changes are included in this PR?
   
   Added new `with_url` memebrs to aws, gcp, and azure builders to be used via:
   
   ```rust
   AmazonS3Builder::from_env().with_url("s3://foo/").build().unwrap();
   ```
   
   # Are there any user-facing changes?
   
   yes.


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