Skip to content

Commit 21a2c0c

Browse files
committed
no default
1 parent fd1aa31 commit 21a2c0c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/examples/java/software/amazon/encryption/s3/examples/MultipartUploadExample.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ public static void LowLevelMultipartUpload() throws IOException {
9999
.key(objectKey)
100100
.uploadId(initiateResult.uploadId())
101101
.partNumber(partsSent)
102-
// TODO: Did the default change???
103-
.sdkPartType(SdkPartType.DEFAULT)
104102
.build();
105103

106104
final InputStream partInputStream = new ByteArrayInputStream(outputStream.toByteArray());

0 commit comments

Comments
 (0)