tustvold commented on issue #2989: URL: https://github.com/apache/arrow-rs/issues/2989#issuecomment-1297528095
I think adding support for specifying a socks5 proxy makes sense to me, and all the remote object stores make use of the same underlying client, so this should be consistently possible. One thing to note is we have avoided exposing the reqwest in the public API, so that we can theoretically change it down the line should we wish to. It should be possible to avoid needing to expose this, e.g. by adding a builder method that accepts a socks proxy Url. -- 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]
