boto3.resource to create S3 resource fails when proxies config is used #3102
Unanswered
GururajKheni
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This fails with error
EndpointConnectionError: Could not connect to the endpoint URL: "https://sts.amazonaws.com/"
I made sure my aws config and credentials are properly set and working because if I set proxy server details as env variable then everything works fine
This works fine.
Note: I am running these calls in a container with firewall restrictions, that's the reason I need to use proxy config
Beta Was this translation helpful? Give feedback.
All reactions