Files
opentf/internal/backend/remote-state/oss/backend.go
xingjiu f0e3ad83c8 backend/oss: Support NO_PROXY environment variable
This backend previously had its own local implementation of dealing with the typical proxy-configuration environment variables, which did not support NO_PROXY.

We'll now use the proxy-from-environment implementation from the Go x/net/http library, which matches how we deal with proxy-from-environment in some other locations and, in particular, handles the NO_PROXY environment variable in the way that it's typically interpreted by other software.

Signed-off-by: zeshan <xingjiu06@gmail.com>
2025-04-17 09:39:04 -07:00

22 KiB