Support reading proxy files from configuration file
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. https://github.com/boto/botocore/blob/6a0f13261b3ecaf4e2cebbf134c3b3c7005a3c78/botocore/endpoint.py#L311-L314
Describe the solution you'd like
I'd like to be able to configure proxies from the configuration file, like ~/.aws/config.
Hi @ChristineTChen,
Thanks for the feature request! Because this is a feature that could (and should, if implemented) be utilized across AWS SDKs, I've created a new issue for this in our cross-sdk repository for tracking and prioritization. I'll make sure this gets to the right place internally and will provide any updates as soon as I receive them.
⚠️COMMENT VISIBILITY WARNING⚠️
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.
I think the issue still needs to be fixed.