-
Notifications
You must be signed in to change notification settings - Fork 111
Open
Labels
bugWe can reproduce the issue and confirmed it is a bug.We can reproduce the issue and confirmed it is a bug.
Description
While this toolkit supports the HTTP_PROXY and HTTPS_PROXY environment variables, it does not support the NO_PROXY environment variable. In a corporate environment, this can cause issues when your transfer needs to bypass the firewall.
It looks like the completeProxySetup function in awsConnectionParameters.ts should be updated to pull process.env.NO_PROXY into the proxyConfiguration.
I consider the lack of NO_PROXY to be a bug, not a feature, but feel free to move this to a feature request if you disagree.
Thank you.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugWe can reproduce the issue and confirmed it is a bug.We can reproduce the issue and confirmed it is a bug.