gordonwang0 opened a new issue, #4713: URL: https://github.com/apache/arrow-rs/issues/4713
**Is your feature request related to a problem or challenge? Please describe what you are trying to do.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] (This section helps Arrow developers understand the context and *why* for this feature, in addition to the *what*) --> 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. **Describe the solution you'd like** Add a public function that takes a `reqwest::Proxy` parameter to allow all reqwest proxy features to be used. -- 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]
