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

boto3 v1.36 is causing issues (S3) #1482

Open
Zerotask opened this issue Jan 17, 2025 · 2 comments
Open

boto3 v1.36 is causing issues (S3) #1482

Zerotask opened this issue Jan 17, 2025 · 2 comments

Comments

@Zerotask
Copy link

Zerotask commented Jan 17, 2025

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

@aq1
Copy link

aq1 commented Jan 17, 2025

Same here. I had to manually specify version in requirements.txt in my project.

boto3==1.35.54
botocore==1.35.54

@oliverhaas
Copy link

oliverhaas commented Jan 18, 2025

We observed probably the same error when trying to upload files during e.g. collectstatic:

botocore.exceptions.ClientError: An error occurred (SignatureDoesNotMatch) when calling the PutObject operation: Invalid argument.

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.

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

No branches or pull requests

3 participants