Skip to content

Commit

Permalink
fix: corrected indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmayachugh committed Jul 17, 2024
1 parent 13e70ff commit 8e03f5c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ private MultipartUpload newMultipartUpload() throws IOException {
key,
newObjectMetadata()
).withCannedACL(cannedAcl)
.withStorageClass(storageClass);
.withStorageClass(storageClass);

if (SSEAlgorithm.KMS.toString().equalsIgnoreCase(ssea)
&& StringUtils.isNotBlank(sseKmsKeyId)) {
Expand Down

0 comments on commit 8e03f5c

Please sign in to comment.