Skip to content

Commit a08c6c6

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

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
@@ -125,7 +125,7 @@ public static CreateMultipartUploadRequest convert(PutObjectRequest request) {
125125
f.locationName() + " is an unknown field. " +
126126
"The S3Encryption Client will not silently disable this option." +
127127
"This may be a new S3 feature." +
128-
"Please report this to the AWS S3Encryption Client for Java: " +
128+
"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," +
131131
"or not set this value on put." +

0 commit comments

Comments
 (0)