-
-
Notifications
You must be signed in to change notification settings - Fork 867
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
boto3 v1.36 is causing issues (S3) #1482
Comments
Same here. I had to manually specify version in requirements.txt in my project. boto3==1.35.54 |
We observed probably the same error when trying to upload files during e.g.
Our setup is a little unusual (Google Cloud Storage with the S3 interface), but for us using signature_version = "s3" also solved the issue, but AWS mostly does not support this signature_version anymore, so ymmv. Here is the related boto3 issue boto/boto3#4400. |
I get this error when calling Resolved by downgrading to |
Hitting the same problem here too. Reading the official documentation I get the impression that setting the env. vars Is it possible that |
Try using a custom botocore Config, but you also need this pr boto/s3transfer#329. I tried with it and it works now. |
Thanks! I will have to try this release. I only tested when they just released 1.36 (and tests started to fail). |
surprisingly it seems we're not seeing this issue, but subscribing to this thread nonetheless. Does anyone want to share a minimal reproducible config? |
It does not work for 3rd party cloud providers |
Released. |
Confirmed this fixed the problem and with the env. vars |
After we updated our dependencies, specifically after the update from boto3 to the lastest 1.36 version, we noticed that some file related tests fail. Also manually uploading an image stopped working.
So there must be some breaking changes regarding S3.
boto3 Release Notes
The text was updated successfully, but these errors were encountered: