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 b9ae158 commit dae739cCopy full SHA for dae739c
src/test/java/software/amazon/encryption/s3/S3AsyncEncryptionClientTest.java
@@ -844,7 +844,8 @@ public void testAsyncInstructionFileConfigMultipart() {
844
S3Client wrappedClient = S3Client.create();
845
S3AsyncClient v3Client = S3AsyncEncryptionClient.builder()
846
.instructionFileConfig(InstructionFileConfig.builder()
847
- .instructionFileClient(wrappedClient)
+// .instructionFileClient(S3AsyncClient.create())
848
+ .instructionFileAsyncClient(S3AsyncClient.create())
849
.enableInstructionFilePutObject(true)
850
.build())
851
.kmsKeyId(KMS_KEY_ID)
0 commit comments