Skip to content

Commit

Permalink
chore:fix javadoc (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
kessplas authored Oct 30, 2024
1 parent fa1e6cc commit f3e9162
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -754,7 +754,7 @@ public Builder useArnRegion(Boolean useArnRegion) {

/**
* Multipart via the wrapped client is currently NOT supported by the S3 Encryption Client.
* Use the {@link this.enableMultipartPutObject()} option instead for high-level multipart uploads.
* Use the {@link Builder#enableMultipartPutObject(boolean)} option instead for high-level multipart uploads.
* Multipart downloads are currently NOT supported.
*/
@Override
Expand All @@ -764,7 +764,7 @@ public Builder multipartEnabled(Boolean enabled) {

/**
* Multipart via the wrapped client is currently NOT supported by the S3 Encryption Client.
* Use the {@link this.enableMultipartPutObject()} option instead for high-level multipart uploads.
* Use the {@link Builder#enableMultipartPutObject(boolean)} option instead for high-level multipart uploads.
* Multipart downloads are currently NOT supported.
*/
@Override
Expand Down

0 comments on commit f3e9162

Please sign in to comment.