File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/main/java/software/amazon/encryption/s3/internal Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ public class MultipartUploadObjectPipeline {
4242 final private CryptographicMaterialsManager _cryptoMaterialsManager ;
4343 final private MultipartContentEncryptionStrategy _contentEncryptionStrategy ;
4444 final private ContentMetadataEncodingStrategy _contentMetadataEncodingStrategy ;
45+ final private InstructionFileConfig _instructionFileConfig ;
4546 /**
4647 * Map of data about in progress encrypted multipart uploads.
4748 */
@@ -53,6 +54,7 @@ private MultipartUploadObjectPipeline(Builder builder) {
5354 this ._contentEncryptionStrategy = builder ._contentEncryptionStrategy ;
5455 this ._contentMetadataEncodingStrategy = builder ._contentMetadataEncodingStrategy ;
5556 this ._multipartUploadMaterials = builder ._multipartUploadMaterials ;
57+ this ._instructionFileConfig = builder ._instructionFileConfig ;
5658 }
5759
5860 public static Builder builder () {
You can’t perform that action at this time.
0 commit comments