File tree Expand file tree Collapse file tree
services/s3/src/main/java/software/amazon/awssdk/services/s3/multipart Expand file tree Collapse file tree Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments