Skip to content

Commit c212623

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

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
@@ -129,7 +129,7 @@ public static CreateMultipartUploadRequest convert(PutObjectRequest request) {
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." +
132-
"You may also be able to update this value after the pub object request completes."
132+
"You may be able to update this value after the PutObject request completes."
133133
);
134134
}
135135
}

0 commit comments

Comments
 (0)