-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add proxy support in client initialization #10188
Conversation
The |
2 similar comments
The |
The |
The |
1 similar comment
The |
/azp run |
You have several pipelines (over 10) configured to build pull requests in this repository. Specify which pipelines you would like to run by using /azp run [pipelines] command. You can specify multiple pipelines using a comma separated list. |
The |
b9be8a3
to
82e7fcf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! I left a few comments
What does this PR do?
This PR adds proxy support.
Currently, users can only configure proxy settings by using environment variables.
The source states that proxy support via configuration files is not yet available
https://github.com/boto/botocore/blob/6a0f13261b3ecaf4e2cebbf134c3b3c7005a3c78/botocore/endpoint.py#L311-L314
Motivation
Support case
Additional Notes
Review checklist (to be filled by reviewers)
changelog/
andintegration/
labels attached