-
Notifications
You must be signed in to change notification settings - Fork 9.8k
backend/s3: Adds parameter skip_s3_checksum
to skip checksum on upload
#34127
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🎉
% TF_ACC=1 go test -count=1 ./internal/backend/remote-state/s3/...
ok github.com/hashicorp/terraform/internal/backend/remote-state/s3 144.245s
Reminder for the merging maintainer: if this is a user-visible change, please update the changelog on the appropriate release branch. |
@gdavison Hi! When will terraform 1.6.3 release be published? |
@kamenskiyyyy It is variable, but in the normal state of events it would be available in the middle of next week. This can change depending on variety of factors. |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Some "S3-compatible" APIs do not support the header
x-amz-sdk-checksum-algorithm
. In the S3 API, a checksum is recommended and is required when Object Lock is enabled.Allow users to disable the header.
Fixes #34099
Fixes #34086
Relates #34053 (comment)
Target Release
1.6.3
Draft CHANGELOG entry
ENHANCEMENTS