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
Describe the bug
We have a corporate S3 storage and some application that uses s3fs. After updating all the dependencies - the applicatino couldn't upload the folder to S3 anymore. 2.17.0 is the version that works fine
Environment:
Python Version: 3.10
OS name and version: python-3.10 slim docker image (probably it's based on debian)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
After following their guide and adding two config params, the Delete operation fails with botocore.errorfactory.InvalidRequest: An error occurred (InvalidRequest) when calling the DeleteObjects operation: Missing required header for this request: Content-MD5
It's unrelated to aiobotocore I know, but botocore team has definitely screwed up their library.
Describe the bug
We have a corporate S3 storage and some application that uses s3fs. After updating all the dependencies - the applicatino couldn't upload the folder to S3 anymore. 2.17.0 is the version that works fine
Environment:
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: