Skip to content

Commit dd4efa7

Browse files
authored
Parallel multipart download (#6589)
* Parallel split for multipart GetObject File Download (#6425) Parallel split for multipart GetObject File Download * merge branch 'olapplin/large-object-merge' into 'feature/master/large-object-dl' * fix merge conflict resolution * Add completed part log. Make Sonar happy - remove unused fields - remove unused test imports and comments - uncomment test - add missing asserts * checkstyle * checkstyle * minor version bump to 2.40.0 (#6597) * Revert "minor version bump to 2.40.0 (#6597)" This reverts commit e8a3070. * minor version bump to 2.40.0
1 parent 909f68e commit dd4efa7

File tree

543 files changed

+3659
-1142
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

543 files changed

+3659
-1142
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "S3",
4+
"contributor": "",
5+
"description": "Add support for parallel download for individual part-get for multipart GetObject in s3 async client and Transfer Manager"
6+
}

CHANGELOG.md

Lines changed: 0 additions & 584 deletions
Large diffs are not rendered by default.

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.39.7-SNAPSHOT</version>
23+
<version>2.40.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)