Skip to content

Commit a4c7630

Browse files
authored
Merge pull request #4170 from aws/fix-s3multipartclient-javadocs
Fix MultipartS3AsyncClient javadocs
2 parents 60db8d1 + 67728dd commit a4c7630

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

services/s3/src/main/java/software/amazon/awssdk/services/s3/internal/multipart/MultipartS3AsyncClient.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,8 @@
3838
import software.amazon.awssdk.utils.Validate;
3939

4040
/**
41-
* An {@link S3AsyncClient} that automatically converts PUT, COPY requests to their respective multipart call. CRC32 will be
42-
* enabled for the PUT and COPY requests, unless the the checksum is specified or checksum validation is disabled.
43-
* Note: GET is not yet supported.
41+
* An {@link S3AsyncClient} that automatically converts PUT, COPY, and GET requests to their respective multipart call. CRC32
42+
* will be enabled for the requests, unless the checksum is specified or checksum validation is disabled.
4443
*
4544
* @see MultipartConfiguration
4645
*/

0 commit comments

Comments
 (0)