Skip to content

Commit dae739c

Browse files
committed
test async put
1 parent b9ae158 commit dae739c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/java/software/amazon/encryption/s3/S3AsyncEncryptionClientTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,8 @@ public void testAsyncInstructionFileConfigMultipart() {
844844
S3Client wrappedClient = S3Client.create();
845845
S3AsyncClient v3Client = S3AsyncEncryptionClient.builder()
846846
.instructionFileConfig(InstructionFileConfig.builder()
847-
.instructionFileClient(wrappedClient)
847+
// .instructionFileClient(S3AsyncClient.create())
848+
.instructionFileAsyncClient(S3AsyncClient.create())
848849
.enableInstructionFilePutObject(true)
849850
.build())
850851
.kmsKeyId(KMS_KEY_ID)

0 commit comments

Comments
 (0)