Uses of Class
com.adobe.testing.s3mock.dto.Range
Packages that use Range
Package
Description
-
Uses of Range in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock with parameters of type RangeModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody>ObjectController.getObject(String bucketName, ObjectKey key, Range range, List<String> match, List<String> noneMatch, Map<String, String> queryParams) Returns the File identified by bucketName and fileName.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. -
Uses of Range in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service with parameters of type RangeModifier and TypeMethodDescriptionMultipartService.copyPart(String bucketName, String key, Range copyRange, String partNumber, String destinationBucket, String destinationKey, String uploadId) Copies the range, define by from/to, from the S3 Object, identified by the given key to given destination into the given bucket. -
Uses of Range in com.adobe.testing.s3mock.store
Methods in com.adobe.testing.s3mock.store with parameters of type RangeModifier and TypeMethodDescriptionMultipartStore.copyPart(BucketMetadata bucket, UUID id, Range copyRange, String partNumber, BucketMetadata destinationBucket, UUID destinationId, String uploadId) Copies the range, define by from/to, from the S3 Object, identified by the given key to given destination into the given bucket.