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

S3UploadFailedError due to boto3 integrity checks on non AWS providers #126

Open
fritterhoff opened this issue Jan 30, 2025 · 2 comments
Open

Comments

@fritterhoff
Copy link

Hi!

we are using a NetApp as S3 provider instead of AWS. Due to the transient dependency to boto3 and their change in version 1.36 (boto/boto3#4392) the uploads fail with error(s) similar to this one:

Failed to upload /data/media_store/local_content/xx/xx/xxxxxxxxxx to matrix/local_content/xx/xx/xxxxxxxxxx: An error occurred (InvalidArgument) when calling the PutObject operation: x-amz-content-sha256 must be UNSIGNED-PAYLOAD, STREAMING-AWS4-HMAC-SHA256-PAYLOAD or a valid sha256 value.

From my understanding/point of view we need an additional option to make this integrity checks optional again.

@davefatkin
Copy link

davefatkin commented Jan 30, 2025

I had to handle this too as I am using Digital Ocean Spaces. They had an open issue on their end due to the change in boto3 that they have since resolved (Spaces is now compatible with current version of boto3). Since then, I've switched back to using the main repo. davefatkin#1

@fritterhoff
Copy link
Author

Mhm. That would require to get an Update of our NetApps ... prop that will take some time.

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

2 participants