sum12 opened a new issue, #2989: URL: https://github.com/apache/arrow-rs/issues/2989
**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*) --> object_store crate cannot be used when the application is supposed to be running behind a proxy, as there is no way to configure proxies are common in business envs, reducing the usability of this crate in those envs. **Describe the solution you'd like** <!-- A clear and concise description of what you want to happen. --> the underlying reqwest crate (used atleast for aws client) supports use of proxy but the object_store crate currently has no way to configuring that proxy. So the object_store crate can be extended to accept and pass the proxy information while creating the object store. (I havent if other object stores can be made to use proxy, but aws definitely can be extended) **Describe alternatives you've considered** <!-- A clear and concise description of any alternative solutions or features you've considered. --> **Additional context** <!-- Add any other context or screenshots about the feature request here. --> this issues is to gather interest and also feedback -- 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]
