-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
aws s3api put-bucket-replication -> Missing required header for this request: Content-MD5 #9215
Comments
Hi @jplitza, This appears to be caused by the change in AWS CLI 2.23.0 to use a new checksum algorithm by default for S3 operations. The third party S3 provider you are using does not appear to support that change. You can read more about that change in this issue "Announcement: S3 default integrity change": You can read more about workarounds using configuration options covered in Data Integrity Protections for Amazon S3. |
@kdaily Setting the |
This is likely due to the behavior described in boto/s3transfer#327. Please try updating to the most recent version of the AWS CLI (or at least a version using |
Greetings! It looks like this issue hasn’t been active in longer than five days. We encourage you to check if this is still an issue in the latest release. In the absence of more information, we will be closing this issue soon. If you find that this is still a problem, please feel free to provide a comment or upvote with a reaction on the initial post to prevent automatic closure. If the issue is already closed, please feel free to open a new one. |
Describe the bug
Calling
aws s3api put-bucket-replication --bucket foo --replication-configuration '{...}'
returns an error after updating to version 2.23.0 (via snap), while it worked before (with 2.22.35)Regression Issue
Expected Behavior
The replication config ist applied to the bucket.
Current Behavior
Reproduction Steps
Possible Solution
No response
Additional Information/Context
I'm using a 3rd party S3 provider, not Amazon AWS S3.
CLI version used
2.23.0
Environment details (OS name and version, etc.)
Ubuntu 24.04 (installed via snap)
The text was updated successfully, but these errors were encountered: