Skip to content

Proxy environment variable support

Pre-release
Pre-release
Compare
Choose a tag to compare
@TingDaoK TingDaoK released this 23 Sep 16:29
· 205 commits to main since this release
970ca87

Proxy environment variable support HTTP_PROXY and HTTPS_PROXY enabled by default for S3 client

  • env HTTPS_PROXY/https_proxy will be checked when the main connection use tls.
  • env HTTP_PROXY/http_proxy will be checked when the main connection NOT use tls.
  • The lower case version has precedence.