-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add canary for S3 Express (disabled by default until it's been releas…
…ed) (#3462) ## Motivation and Context Adds canary for S3 Express ## Description This new canary tests the following APIs - `ListDirectoryBuckets` (a new API for S3 Express) - `ListObjectsV2` (converted from a connection recording test in `integration-tests`) - `Put/Get/DeleteObject` (the same set of APIs tested for regular S3 bucket and for MRAP in s3 canary) - `CreateMultipartUpload/UploadPart/CompleteMultipartUpload` (operations whose default checksum is `None` for S3 Express) - `DeleteObjects` (an operation that requires request checksum and the default checksum is CRC32) ## Testing - verified s3 express canary passed in our release pipeline - verified setting an environment variable `ENABLE_S3_EXPRESS_CANARY` correctly skipped the s3 express canary in our release pipeline ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._
- Loading branch information
1 parent
db23423
commit 75ed6fd
Showing
12 changed files
with
642 additions
and
514 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
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
193 changes: 0 additions & 193 deletions
193
aws/sdk/integration-tests/s3/tests/data/express/list-objects-v2.json
This file was deleted.
Oops, something went wrong.
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.