We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6582c8 commit d412709Copy full SHA for d412709
src/examples/java/software/amazon/encryption/s3/examples/MultipartUploadExample.java
@@ -99,6 +99,8 @@ public static void LowLevelMultipartUpload() throws IOException {
99
.key(objectKey)
100
.uploadId(initiateResult.uploadId())
101
.partNumber(partsSent)
102
+ // TODO: Did the default change???
103
+ .sdkPartType(SdkPartType.DEFAULT)
104
.build();
105
106
final InputStream partInputStream = new ByteArrayInputStream(outputStream.toByteArray());
0 commit comments