Skip to content

Commit 9e25d8f

Browse files
author
Anirav Kareddy
committed
added .instructionFileConfig for PutEncryptedObjectPipeline builder
1 parent fbdbe92 commit 9e25d8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/software/amazon/encryption/s3/S3EncryptionClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ public S3EncryptionClient build() {
11651165
.s3AsyncClient(_wrappedAsyncClient)
11661166
.cryptoMaterialsManager(_cryptoMaterialsManager)
11671167
.secureRandom(_secureRandom)
1168+
.instructionFileConfig(_instructionFileConfig)
11681169
.build();
11691170

11701171
return new S3EncryptionClient(this);

0 commit comments

Comments
 (0)