Skip to content
This repository has been archived by the owner on Nov 5, 2024. It is now read-only.

Support reading proxy settings from config file #127

Closed
stobrien89 opened this issue Sep 22, 2021 · 4 comments
Closed

Support reading proxy settings from config file #127

stobrien89 opened this issue Sep 22, 2021 · 4 comments
Assignees
Labels

Comments

@stobrien89
Copy link
Member

Origin: boto/botocore#2493

Is your feature request related to a problem? Please describe.
The FR is not related to a problem, but more so usability. It'd be nice to configure proxy settings from the Configuration file instead of modifying the Config object.

The proxies settings via environment variables will impact other services running.

Describe the solution you'd like
I'd like to be able to configure proxies from the configuration file, like ~/.aws/config.

@romank8k
Copy link

I would also like to see this implemented, for similar reasons to #538

@peteroneilljr
Copy link

This would be nice to move the copy the environment variable setting direct into the config file.

export HTTPS_PROXY=http://127.0.0.1:23456

into

[default]
AWS_ACCESS_KEY_ID=xxx
AWS_SECRET_ACCESS_KEY=xxx
CA_BUNDLE=/xx/xx/xx.pem
HTTPS_PROXY=http://127.0.0.1:23456

@debora-ito debora-ito added the p3 label Aug 30, 2024
@debora-ito
Copy link
Member

Reopening original issue boto/botocore#2493, please continue to track over there.

Copy link

This issue is now closed.

Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants