distribution/registry
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
..
api cleanup: move init funcs to the top of the source 2023-11-28 06:50:48 +00:00
auth cleanup: move init funcs to the top of the source 2023-11-28 06:50:48 +00:00
handlers health: improve periodic polling of checks 2023-11-27 15:38:35 -05:00
listener feat(linter): enable errcheck linter in golangci-lint 2023-11-18 07:19:24 +00:00
middleware Merge pull request #2752 from davidswu/registry-driver-middleware 2023-06-21 10:06:13 -07:00
proxy cleanup: move init funcs to the top of the source 2023-11-28 06:50:48 +00:00
storage fix: use http.DefaultTransport in S3 client 2023-12-15 09:34:06 +00:00
doc.go Move initialization code from main.go to the registry package 2015-09-09 14:39:31 -07:00
registry.go Otel tracing MVP 2023-12-11 21:18:58 +01:00
registry_test.go feat(linter): enable errcheck linter in golangci-lint 2023-11-18 07:19:24 +00:00
root.go feat(linter): enable errcheck linter in golangci-lint 2023-11-18 07:19:24 +00:00