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, 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, org.springframework.http.HttpRange copyRange, List<String> match, List<String> noneMatch, String uploadId, String partNumber, org.springframework.http.HttpHeaders httpHeaders) Uploads a part by copying data from an existing object as data source.