Uses of Class
com.adobe.testing.s3mock.dto.CopyObjectResult
Packages that use CopyObjectResult
Package
Description
-
Uses of CopyObjectResult in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock that return types with arguments of type CopyObjectResultModifier 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. -
Uses of CopyObjectResult in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service that return CopyObjectResult -
Uses of CopyObjectResult in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store that return CopyObjectResultModifier and TypeMethodDescriptionObjectStore.copyS3Object(BucketMetadata sourceBucket, UUID sourceId, BucketMetadata destinationBucket, UUID destinationId, String destinationKey, Map<String, String> encryptionHeaders, Map<String, String> userMetadata) Copies an object to another bucket and encrypted object.ObjectStore.pretendToCopyS3Object(BucketMetadata sourceBucket, UUID sourceId, Map<String, String> userMetadata) If source and destination is the same, pretend we copied - S3 does the same.