Skip to content

Commit 3b914f5

Browse files
seebeeskessplas
andauthored
Update src/main/java/software/amazon/encryption/s3/internal/ConvertSDKRequests.java
Co-authored-by: Kess Plasmeier <[email protected]>
1 parent c212623 commit 3b914f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/software/amazon/encryption/s3/internal/ConvertSDKRequests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static CreateMultipartUploadRequest convert(PutObjectRequest request) {
128128
"Please report this to the Amazon S3 Encryption Client for Java: " +
129129
"https://github.com/aws/amazon-s3-encryption-client-java/issues." +
130130
"To work around this issue you can disable multi part upload," +
131-
"or not set this value on put." +
131+
"use the Async client, or not set this value on PutObject." +
132132
"You may be able to update this value after the PutObject request completes."
133133
);
134134
}

0 commit comments

Comments
 (0)