rust-s3 icon indicating copy to clipboard operation
rust-s3 copied to clipboard

Add support for proxy

Open Plawn opened this issue 6 months ago • 0 comments

Is your feature request related to a problem? Please describe. I'm running behind a corporate proxy and crates such as reqwest automatically use the system proxy, maybe this crate could do the same or at least let the user specify a proxy

Describe the solution you'd like use hyper_proxy: https://docs.rs/hyper-proxy/latest/hyper_proxy/ to set the proxy for the http client

Thanks !

Plawn avatar Aug 12 '24 12:08 Plawn