-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(s3-deployment): implement new signContent option
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
1 parent
acabaef
commit 40c09f8
Showing
21 changed files
with
2,043 additions
and
0 deletions.
There are no files selected for viewing
1 change: 1 addition & 0 deletions
1
...ting/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-signcontent.d.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
export {}; |
45 changes: 45 additions & 0 deletions
45
...esting/framework-integ/test/aws-s3-deployment/test/integ.bucket-deployment-signcontent.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
147 changes: 147 additions & 0 deletions
147
.../asset.40aa87cdf43c4095cec18bc443965f22ab2f8c1ace47e482a0ba4e35d83b0cc9/__entrypoint__.js
Large diffs are not rendered by default.
Oops, something went wrong.
78 changes: 78 additions & 0 deletions
78
....snapshot/asset.40aa87cdf43c4095cec18bc443965f22ab2f8c1ace47e482a0ba4e35d83b0cc9/index.js
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file added
BIN
+14.7 MB
...nt.js.snapshot/asset.68b22621fff135f9e3f225bad7ff80fdf2f45c3d9910af601206a0d9b279933a.zip
Binary file not shown.
Oops, something went wrong.