Uses of Class
com.adobe.testing.s3mock.dto.CopySource
Packages that use CopySource
-
Uses of CopySource in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock with parameters of type CopySourceModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CopyObjectResult>ObjectController.copyObject(String bucketName, ObjectKey key, CopySource copySource, AwsHttpHeaders.MetadataDirective metadataDirective, String encryption, String kmsKeyId, List<String> match, List<String> noneMatch, org.springframework.http.HttpHeaders httpHeaders) Copies an object to another bucket.org.springframework.http.ResponseEntity<CopyPartResult>MultipartController.uploadPartCopy(String bucketName, ObjectKey key, CopySource copySource, Range copyRange, String encryption, String kmsKeyId, List<String> match, List<String> noneMatch, String uploadId, String partNumber) Uploads a part by copying data from an existing object as data source.