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) {
754754
755755 /**
756756 * 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.
758758 * Multipart downloads are currently NOT supported.
759759 */
760760 @ Override
@@ -764,7 +764,7 @@ public Builder multipartEnabled(Boolean enabled) {
764764
765765 /**
766766 * 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.
768768 * Multipart downloads are currently NOT supported.
769769 */
770770 @ Override
You can’t perform that action at this time.
0 commit comments