Skip to content

Commit b5ca00e

Browse files
committed
Tweak documentation
1 parent f1ff39e commit b5ca00e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

services/s3/src/main/java/software/amazon/awssdk/services/s3/multipart/ParallelConfiguration.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ public static Builder builder() {
4141
/**
4242
* The maximum number of concurrent part requests that are allowed for multipart operations, including both multipart
4343
* download (GetObject) and multipart upload (PutObject). This limits the number of parts that can be in flight at any
44-
* given time, preventing the client from overwhelming the HTTP connection pool when transferring large objects.
44+
* given time, preventing the client from overwhelming the HTTP connection pool when transferring large objects. For
45+
* getObject it applies only when the {@link AsyncResponseTransformer} supports parallel split.
4546
* Defaults to 50.
4647
*
4748
* @return The value for the maximum number of concurrent part requests.

0 commit comments

Comments
 (0)