Proxy environment variable support
Pre-release
Pre-release
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.