-
Notifications
You must be signed in to change notification settings - Fork 863
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
Pause/Resume Upload for Transfer Manager with Java S3Client #4886
Closed
davidh44
wants to merge
53
commits into
feature/master/pause-resume-upload-tm-java
from
hdavidh/pause-resume-upload-java
Closed
Changes from 8 commits
Commits
Show all changes
53 commits
Select commit
Hold shift + click to select a range
745e402
Pause/Resume Upload for Transfer Manager with Java S3Client
davidh44 65069fb
Fix checkstyle and equalsVerifier
davidh44 3dfa1c2
temporarily disable failing test
davidh44 2fa0d9e
AWS Glue Update: Introduce Catalog Encryption Role within Glue Data C…
4d17804
Amazon WorkSpaces Update: Added definitions of various WorkSpace states
fd010e4
Release 2.23.18. Updated CHANGELOG.md, README.md and all pom.xml.
069a00c
Merge pull request #2890 from aws/staging/96e1b8b2-3a37-418d-b480-f27…
aws-sdk-java-automation 9aeba32
update aws-sdk-java pom to add imds and dyanmodb-enhanced (#4890)
zoewangg 0fedea3
Performance improvement for sigv4 signing. (#4891)
millems 1089532
Merge remote-tracking branch 'public/release'
fce9bf9
Update to next snapshot version: 2.23.19-SNAPSHOT
1d99321
Delete CloudSearchv2IntegrationTest (#4888)
joviegas 6afc377
Fix tag deletion command (#4892)
dagnir 007ee65
including S3 Access Grants Plugin as part of Java SDK Bundle (#4881)
shiva958 7a3589c
Address comments
davidh44 3212620
Archive old changelog entries (< 2.23.0) (#4873)
dagnir f323822
Changing indentation of config files to 4 spaces (#4889)
cenedhryn d10ddf6
Amazon EC2 Container Service Update: This release is a documentation …
cd207db
AWS WAFV2 Update: You can now delete an API key that you've created f…
ca9b69b
Amazon OpenSearch Service Update: This release adds clear visibility …
f92e9f3
AWS AppSync Update: Support for environment variables in AppSync Grap…
4275763
Amazon CloudWatch Logs Update: This release adds a new field, logGrou…
b020266
Amazon Elasticsearch Service Update: This release adds clear visibili…
9597393
Release 2.23.19. Updated CHANGELOG.md, README.md and all pom.xml.
9ab7d51
Merge pull request #2891 from aws/staging/6f43c303-a28b-4966-b004-d38…
aws-sdk-java-automation 2336fed
Update to next snapshot version: 2.23.20-SNAPSHOT
ccdd184
ifPresent check for PauseObservable
davidh44 cc06b46
Bump CRT version and expose setting memory limits for S3 calls (#4885)
cenedhryn bab7f24
Activating SRA for this service (#4896)
cenedhryn 4580e26
Fix request cancellation logic in the AWS CRT Sync HTTP client (#4887)
zoewangg 6a83122
AWS DataSync Update: AWS DataSync now supports manifests for specifyi…
7ab1028
Amazon Redshift Update: LisRecommendations API to fetch Amazon Redshi…
e16376e
Amazon Lex Model Building V2 Update: This release introduces a new bo…
9d8d4cf
Updated endpoints.json and partitions.json.
d182576
Release 2.23.20. Updated CHANGELOG.md, README.md and all pom.xml.
0c2d4eb
Merge pull request #2892 from aws/staging/1c0c8ade-7bcb-4158-8160-496…
aws-sdk-java-automation 4a81f88
Update to next snapshot version: 2.23.21-SNAPSHOT
a5b277b
Address comments
davidh44 4bc0a09
Wrap subscriber with PausibleUpload
davidh44 a963bdf
add changelog
davidh44 02e807c
Amazon QuickSight Update: General Interactions for Visuals; Waterfall…
ee01442
AWS CodePipeline Update: Add ability to execute pipelines with new pa…
ab6113b
Amazon WorkSpaces Update: This release introduces User-Decoupling fea…
4ef752f
Release 2.23.21. Updated CHANGELOG.md, README.md and all pom.xml.
1548dd5
Merge pull request #2893 from aws/staging/e358ef45-7969-4222-a98d-7fc…
aws-sdk-java-automation f3da726
Update to next snapshot version: 2.23.22-SNAPSHOT
2f2e6e1
S3 should configure signer properties (#4856)
sugmanue 1849320
Merge Enable Crc32 change into Pause-Resume Branch (#4904) (#4905)
davidh44 207a10e
integ test upload resume with different TMs
davidh44 824d6ad
Rename to PausableUpload
davidh44 6411744
Enable CRC32 for PUT for MultipartS3AsyncClient (#4898)
davidh44 fcfc6a5
Revert "Merge Enable Crc32 change into Pause-Resume Branch (#4904) (#…
davidh44 6bc4130
Merge commit '6411744f8e3e9c3b11a1383921ad4b8e4f822aee' into hdavidh/…
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 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 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.
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.
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.
Unintentional change?
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.
we need to write back the original largeFile , since we overwrote it with "helloworld" to test file changed,
we are doing parameterized tests so this will run twice, one for each type of TM
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 we do it in afterEach?
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.
we only overwrite it in this test, so dont need to write back for other tests