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

   # Which issue does this PR close?
   
   <!--
   We generally require a GitHub issue to be filed for all bug fixes and 
enhancements and this helps us generate change logs for our releases. You can 
link an issue to this PR using the GitHub syntax. For example `Closes #123` 
indicates that this PR will close issue #123.
   -->
   
   Closes #4713
   
   # Rationale for this change
    
   Currently, object_store has a `with_proxy_url` function that only accepts a 
URL. The underlying reqwest library supports more proxy options, such as proxy 
authentication and a 'no proxy' list, but these cannot be set in object_store.
   
   # What changes are included in this PR?
   
   Adds a public API function `with_proxy_config` that takes a `reqwest::Proxy` 
parameter to allow all reqwest proxy options to be used.
   
   # Are there any user-facing changes?
   
   New API function `with_proxy_config`. The currently available 
`with_proxy_url` remains unchanged.
   


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