-
Notifications
You must be signed in to change notification settings - Fork 16
Add S3CrtAsyncClient as MultipartUpload Client #90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Conversation
This file contains hidden or 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
kessplas
reviewed
Feb 24, 2023
if (_s3CrtClient instanceof S3CrtAsyncClient) { | ||
_s3AsyncClient = _s3CrtClient; | ||
} else { | ||
throw new S3EncryptionClientException("WrappedAsyncClient should be instance of S3CrtAsyncClient when enableMultipartPutObject is enabled."); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should -> must, there is no leniency here
kessplas
approved these changes
Feb 24, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice!
aws-crypto-tools-ci-bot
pushed a commit
that referenced
this pull request
Mar 1, 2023
## [2.2.0](v2.1.1...v2.2.0) (2023-03-01) ### Features * Add S3CrtAsyncClient as MultipartPutobject ([#90](#90)) ([24be141](24be141)) * extend delegating client to enable non-encrypted API operations in default and async encrypion clients ([#94](#94)) ([ba78c2c](ba78c2c)) ### Maintenance * bump AWS SDK v2 deps and make S3 non-optional ([#93](#93)) ([9d0c495](9d0c495)) * change algorithm suite IDs to match the specification ([#86](#86)) ([322e88c](322e88c)) * cleanup some test code ([#92](#92)) ([ba3be52](ba3be52)) ### Fixes * Revert "AWS S3 Encryption Client 1.0.1 Release -- $(date +%Y-%m-%d)" ([0d750cb](0d750cb)) * Revert "AWS S3 Encryption Client 1.0.0 Release -- $(date +%Y-%m-%d)" ([80bc1fa](80bc1fa)) * convert to a blocking input stream instead of going through a by… ([#96](#96)) ([eea77c1](eea77c1)) * pass exception from doFinal to wrapped subscriber to avoid hanging ([#95](#95)) ([7c64a9f](7c64a9f)) * Remove default wrapped client ([#81](#81)) ([287a63e](287a63e)) * rename to Amazon S3 Encryption Client ([#89](#89)) ([4950731](4950731))
kessplas
added a commit
that referenced
this pull request
Mar 6, 2023
aws-crypto-tools-ci-bot
pushed a commit
that referenced
this pull request
Mar 13, 2023
## [2.3.0](v2.2.0...v2.3.0) (2023-03-13) ### Features * implement BufferedCipherSubscriber to enforce buffered decrypti… ([#99](#99)) ([87411c8](87411c8)) ### Maintenance * add a new test class for ranged gets using the CRT client ([#104](#104)) ([9b244be](9b244be)) ### Fixes * handle contentLength in request object ([#106](#106)) ([58ee9bc](58ee9bc)) * regression in ranged gets when using buffered subscriber ([#107](#107)) ([ebcddbf](ebcddbf)) * remove duplicate call to appendTestPrefix in deleteObjects ([#97](#97)) ([62953a6](62953a6)) * Revert "feat: Add S3CrtAsyncClient as MultipartPutobject ([#90](#90))" ([#103](#103)) ([93011f2](93011f2)) * update README to reflect option split ([#105](#105)) ([5efabf8](5efabf8))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue #, if available:
Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.