We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
x-amz-expected-bucket-owner
1 parent a359223 commit d05d03fCopy full SHA for d05d03f
CHANGELOG_PENDING.md
@@ -1,5 +1,6 @@
1
### SDK Features
2
3
### SDK Enhancements
4
+"x-amz-expected-bucket-owner" header was added to the list of headers that need to be presigned
5
6
### SDK Bugs
aws/signer/v4/v4.go
@@ -125,6 +125,7 @@ var requiredSignedHeaders = rules{
125
"X-Amz-Copy-Source-Server-Side-Encryption-Customer-Algorithm": struct{}{},
126
"X-Amz-Copy-Source-Server-Side-Encryption-Customer-Key": struct{}{},
127
"X-Amz-Copy-Source-Server-Side-Encryption-Customer-Key-Md5": struct{}{},
128
+ "X-Amz-Expected-Bucket-Owner": struct{}{},
129
"X-Amz-Grant-Full-control": struct{}{},
130
"X-Amz-Grant-Read": struct{}{},
131
"X-Amz-Grant-Read-Acp": struct{}{},
0 commit comments