Skip to content
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

AWS_S3_SIGNATURE_VERSION Environment Variable #139

Open
zouf opened this issue Jul 1, 2019 · 2 comments
Open

AWS_S3_SIGNATURE_VERSION Environment Variable #139

zouf opened this issue Jul 1, 2019 · 2 comments

Comments

@zouf
Copy link

zouf commented Jul 1, 2019

I have noticed that when I use the AWSCLI, the AWS_S3_SIGNATURE_VERSION environment variable is not respected. In my situation, I must use AWS_S3_SIGNATURE_VERSION=s3. However, if I set this on the CLI, this is not propagated to the botocore library.

As a "patch", I have updated the botocore/client.py to handle this by having it read the environment variable directly. However, I suspect there is a cleaner way to do this.

@jamesls
Copy link
Member

jamesls commented Jul 5, 2019

Not opposed to adding this, I think this was never implemented because we never had any requests for it. Marking as a feature request.

@zouf
Copy link
Author

zouf commented Jul 10, 2019

@jamesls thanks. This would be very much appreciated!

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

No branches or pull requests

2 participants