Skip to content

Commit

Permalink
feat(s3-deployment): implement new signContent option
Browse files Browse the repository at this point in the history
IAM resource policy may prohibit PutObject calls with unsigned payloads.
This enables a new 'signContent: true' option to enable sigv4 signing of
a computed x-amz-content-sha256 header. The option directly corresponds
to the CLI option `aws configure set s3.payload_signing_enabled true`.
  • Loading branch information
AMZN-hgoffin committed Apr 2, 2023
1 parent acabaef commit 40c09f8
Show file tree
Hide file tree
Showing 21 changed files with 2,043 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export {};

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit 40c09f8

Please sign in to comment.