-
Notifications
You must be signed in to change notification settings - Fork 653
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds support for S3 Multi-region Access Point ARNs (#1402)
* SigV4a Signer Implementation * v4A Credential Wrapper * Add Config Resolver for v4a Wrapping * Regenerated Clients * Presign Middleware Support * Add configuration settings for disable mrap * java codegen changes * add customizations to support s3 mrap * regenerate s3 client * update mrap customization to use DNS helper utils, change behavior for custom endpoints, export a constant for v4a * feedback and code cleanup * delete v4a signer stale commit from aws package * adds changelog entry for MRAP Co-authored-by: Sean McGrail <[email protected]>
- Loading branch information
1 parent
1412e59
commit 1898f5b
Showing
134 changed files
with
4,905 additions
and
803 deletions.
There are no files selected for viewing
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,10 @@ | ||
{ | ||
"id": "0c026d00-c5d0-4cf3-a1a1-00108e4634da", | ||
"type": "feature", | ||
"description": "Add support for S3 Multi-Region Access Point ARNs.", | ||
"modules": [ | ||
"config", | ||
"service/internal/s3shared", | ||
"service/s3" | ||
] | ||
} |
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
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
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
Oops, something went wrong.