distribution/registry/storage/driver/s3-aws
Milos Gajdos 8fa7a81cb2
fix: use http.DefaultTransport in S3 client
Unfortunately one of the changes we merged in broken the support for
http.ProxyFromEnvironment https://pkg.go.dev/net/http#ProxyFromEnvironment

This commit attempts to fix that by cloning the http.DefaultTransport
and updating it accordingly.

Signed-off-by: Milos Gajdos <milosthegajdos@gmail.com>
2023-12-15 09:34:06 +00:00
..
s3.go fix: use http.DefaultTransport in S3 client 2023-12-15 09:34:06 +00:00
s3_test.go refactor: apply suggestions from code review 2023-12-13 09:22:48 +00:00
s3_v2_signer.go feat(linter): enable errcheck linter in golangci-lint 2023-11-18 07:19:24 +00:00