[Bug]: S3 PutObject is missing a Content-MD5 header when writing to a bucket with a default object lock configuration #41221
Labels
bug
Addresses a defect in current functionality.
service/s3
Issues and PRs that pertain to the s3 service.
upstream
Addresses functionality related to the cloud provider.
Terraform Core Version
1.10.5
AWS Provider Version
5.85.0
Affected Resource(s)
We use the terraform AWS provider to provision infrastructure on a non-AWS S3 service. Since 5.85.0 we get the error in the title when trying to configure
aws_s3_bucket_object_lock_configuration
. I rolled back to 5.84.0 and there everything works again.Expected Behavior
Configure
aws_s3_bucket_object_lock_configuration
on non-AWS bucket.Actual Behavior
S3 PutObject is missing a Content-MD5 header when writing to a bucket with a default object lock configuration
Relevant Error/Panic Output Snippet
Terraform Configuration Files
Steps to Reproduce
Try to create a bucket and configure object locking on a non-AWS provider.
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: