We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5118d3b commit efa5486Copy full SHA for efa5486
.changelog/b772315fdda94ce895c4cae2bbef10ce.json
@@ -0,0 +1,8 @@
1
+{
2
+ "id": "b772315f-dda9-4ce8-95c4-cae2bbef10ce",
3
+ "type": "bugfix",
4
+ "description": "added x-amz-expected-bucket-owner to the list of headers we should sign",
5
+ "modules": [
6
+ "."
7
+ ]
8
+}
aws/signer/internal/v4/headers.go
@@ -38,6 +38,7 @@ var RequiredSignedHeaders = Rules{
38
"X-Amz-Copy-Source-Server-Side-Encryption-Customer-Algorithm": struct{}{},
39
"X-Amz-Copy-Source-Server-Side-Encryption-Customer-Key": struct{}{},
40
"X-Amz-Copy-Source-Server-Side-Encryption-Customer-Key-Md5": struct{}{},
41
+ "X-Amz-Expected-Bucket-Owner": struct{}{},
42
"X-Amz-Grant-Full-control": struct{}{},
43
"X-Amz-Grant-Read": struct{}{},
44
"X-Amz-Grant-Read-Acp": struct{}{},
0 commit comments