You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: