-
Notifications
You must be signed in to change notification settings - Fork 916
Pause/Resume Upload for Transfer Manager with Java S3Client #4908
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
davidh44
merged 23 commits into
feature/master/pause-resume-upload-java-tm
from
hdavidh/pause-resume-upload
Feb 15, 2024
Merged
Changes from 13 commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
90d7303
Pause/Resume Upload for Transfer Manager with Java S3Client
davidh44 a742810
Fix checkstyle and equalsVerifier
davidh44 3d26799
temporarily disable failing test
davidh44 a1a5b58
Address comments
davidh44 07eadc8
ifPresent check for PauseObservable
davidh44 98671a4
Address comments
davidh44 8d1dfbd
Wrap subscriber with PausibleUpload
davidh44 db6e151
add changelog
davidh44 93f6262
integ test upload resume with different TMs
davidh44 e7184e5
Rename to PausableUpload
davidh44 d0908b4
Add unit tests
davidh44 8f7e62d
Refactor KnownLengthUploadHelper
davidh44 ef50fef
Add unit tests
davidh44 0bbc980
Move PauseObservable and S3ResumeToken out of internal
davidh44 d37e87e
Refactor UploadWithKnownContentLengthHelper
davidh44 cdb235f
Address comments and update tests
davidh44 1f94bc3
Fix import order
davidh44 23257c8
Extract Subscriber and MpuRequestContext to separate classes
davidh44 c2155ed
Update Subscriber and add tests
davidh44 8b4d355
Create separate tmJava with multipartClient in integ test
davidh44 9bfff08
Address comments
davidh44 9dfbb16
Remove TestInternalApis and refacor tests
davidh44 0c55594
Address comment
davidh44 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"category": "Amazon S3", | ||
"contributor": "", | ||
"type": "feature", | ||
"description": "Add support for pause/resume upload for TransferManager with Java-based S3 Client" | ||
} |
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.