File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/software/amazon/encryption/s3 Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -754,7 +754,7 @@ public Builder useArnRegion(Boolean useArnRegion) {
754
754
755
755
/**
756
756
* Multipart via the wrapped client is currently NOT supported by the S3 Encryption Client.
757
- * Use the {@link this. enableMultipartPutObject()} option instead for high-level multipart uploads.
757
+ * Use the {@link Builder# enableMultipartPutObject(boolean )} option instead for high-level multipart uploads.
758
758
* Multipart downloads are currently NOT supported.
759
759
*/
760
760
@ Override
@@ -764,7 +764,7 @@ public Builder multipartEnabled(Boolean enabled) {
764
764
765
765
/**
766
766
* Multipart via the wrapped client is currently NOT supported by the S3 Encryption Client.
767
- * Use the {@link this. enableMultipartPutObject()} option instead for high-level multipart uploads.
767
+ * Use the {@link Builder# enableMultipartPutObject(boolean )} option instead for high-level multipart uploads.
768
768
* Multipart downloads are currently NOT supported.
769
769
*/
770
770
@ Override
You can’t perform that action at this time.
0 commit comments