Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
34067: ccl/storageccl: support HTTP_PROXY env vars r=mjibson a=mjibson HTTP and S3 storage both used a wrapped http.Client, but it didn't copy and modify http.DefaultTransport, instead making one from scratch. This meant that the normally supported settings like proxy and timeouts were zero'd. Fixes #32803 Release note (enterprise change): Support standard HTTP proxy environment variables in HTTP and S3 storage. Co-authored-by: Matt Jibson <[email protected]>
- Loading branch information