-
Notifications
You must be signed in to change notification settings - Fork 916
Surface area review #4971
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
Surface area review #4971
Conversation
- Guard for negative buffe size - interface for SplitAsyncResponseTransformer - do single part if byte range of part number is specified
…former.SplitResult. Small refactor, moving some logic to DownloadObjectHelper
.../sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/SplittingTransformer.java
Show resolved
Hide resolved
.../sdk-core/src/main/java/software/amazon/awssdk/core/internal/async/SplittingTransformer.java
Show resolved
Hide resolved
.../software/amazon/awssdk/services/s3/internal/multipart/MultipartDownloadIntegrationTest.java
Show resolved
Hide resolved
.../software/amazon/awssdk/services/s3/internal/multipart/MultipartDownloadIntegrationTest.java
Show resolved
Hide resolved
.../software/amazon/awssdk/services/s3/internal/multipart/MultipartDownloadIntegrationTest.java
Show resolved
Hide resolved
…ew' into olapplin/mp-dl-surface-area-review
|
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.
Approving
Surface Area Review Changes
SplitAsyncResponseTransformer
, replacing it withAsyncRersponseTransformer.SplitResult
inner interface with default internal implementation, with builder.returnFuture
toresultFuture
.bufferSizeInBytes
.Other changes
DownloadObjectHelper
to be consistent with upload/copy.