Skip to content

Commit d9e89d9

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

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
@@ -123,7 +123,7 @@ public static CreateMultipartUploadRequest convert(PutObjectRequest request) {
123123
// we loudly signal that we don't know how to handle this field.
124124
throw new IllegalArgumentException(
125125
f.locationName() + " is an unknown field. " +
126-
"The S3Encryption Client will not silently disable this option." +
126+
"The S3 Encryption Client does not recognize this option and cannot set it on the CreateMultipartUploadRequest." +
127127
"This may be a new S3 feature." +
128128
"Please report this to the Amazon S3 Encryption Client for Java: " +
129129
"https://github.com/aws/amazon-s3-encryption-client-java/issues." +

0 commit comments

Comments
 (0)