Skip to content

Commit d412709

Browse files
committed
last part
1 parent b6582c8 commit d412709

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ 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)
102104
.build();
103105

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

0 commit comments

Comments
 (0)