File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/main/java/software/amazon/encryption/s3 Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 2121import software .amazon .awssdk .http .async .SdkAsyncHttpClient ;
2222import software .amazon .awssdk .regions .Region ;
2323import software .amazon .awssdk .services .kms .KmsClient ;
24+ import software .amazon .awssdk .services .kms .model .ReEncryptResponse ;
2425import software .amazon .awssdk .services .s3 .DelegatingS3Client ;
2526import software .amazon .awssdk .services .s3 .S3AsyncClient ;
2627import software .amazon .awssdk .services .s3 .S3BaseClientBuilder ;
5253import software .amazon .encryption .s3 .internal .MultiFileOutputStream ;
5354import software .amazon .encryption .s3 .internal .MultipartUploadObjectPipeline ;
5455import software .amazon .encryption .s3 .internal .PutEncryptedObjectPipeline ;
56+ import software .amazon .encryption .s3 .internal .ReEncryptInstructionFileRequest ;
57+ import software .amazon .encryption .s3 .internal .ReEncryptInstructionFileResponse ;
5558import software .amazon .encryption .s3 .internal .UploadObjectObserver ;
5659import software .amazon .encryption .s3 .materials .AesKeyring ;
5760import software .amazon .encryption .s3 .materials .CryptographicMaterialsManager ;
@@ -504,6 +507,12 @@ public AbortMultipartUploadResponse abortMultipartUpload(AbortMultipartUploadReq
504507 throw new S3EncryptionClientException ("Unable to abort Multipart upload." , e );
505508 }
506509 }
510+ public ReEncryptInstructionFileResponse reEncryptInstructionFile (ReEncryptInstructionFileRequest request ) {
511+
512+ }
513+
514+
515+
507516
508517 /**
509518 * Closes the wrapped clients.
You can’t perform that action at this time.
0 commit comments