mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2639] Boto3 upgrade - MissingContentMD5) when calling the DeleteObjects operation: Missing required header for this request: Content-Md5. #1259
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1259
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andretheronsa on GitHub (Jan 22, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2639
We use fspec, aiobotocore & s3fs to manage files on our Minio S3 buckets.
We do a move operation like so
With these versions it works:
aiobotocore==2.17.0
boto3==1.35.93
s3transfer==0.10.4
With these we get the following error:
aiobotocore==2.18.0
boto3==1.36.
s3transfer==0.11.1
I suspect these changes from boto3 1.35 to 1.36 are responsible.
I am not 100% this library is the cause. This s3transfer issue seem related.
@thispejo commented on GitHub (Feb 25, 2025):
In version 1.37.0 the same error continues.
@juliogonzalez commented on GitHub (Feb 25, 2025):
I am not 100% sure, but... @thispejo @andretheronsa could it be you are reporting your issue at the wrong repository?
Looks to me your issue should be reported at https://github.com/fsspec/s3fs/, which is written in Python and indeed uses
aibotocoreandboto3.s3fs-fuseis written in C and uses FUSE to be able to mount buckets at Unix-like systems.