Skip to content

Commit

Permalink
Add X-Amz-Server-Side-Encryption-Context header to required signed he…
Browse files Browse the repository at this point in the history
…aders allowlist
  • Loading branch information
fenak committed Aug 11, 2023
1 parent f52417f commit f921138
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions aws/signer/v4/v4.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ var requiredSignedHeaders = rules{
"X-Amz-Request-Payer": struct{}{},
"X-Amz-Server-Side-Encryption": struct{}{},
"X-Amz-Server-Side-Encryption-Aws-Kms-Key-Id": struct{}{},
"X-Amz-Server-Side-Encryption-Context": struct{}{},
"X-Amz-Server-Side-Encryption-Customer-Algorithm": struct{}{},
"X-Amz-Server-Side-Encryption-Customer-Key": struct{}{},
"X-Amz-Server-Side-Encryption-Customer-Key-Md5": struct{}{},
Expand Down

0 comments on commit f921138

Please sign in to comment.