Uses of Class
com.adobe.testing.s3mock.dto.InitiateMultipartUploadResult
Packages that use InitiateMultipartUploadResult
-
Uses of InitiateMultipartUploadResult in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock that return types with arguments of type InitiateMultipartUploadResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<InitiateMultipartUploadResult>MultipartController.createMultipartUpload(String bucketName, ObjectKey key, String contentType, org.springframework.http.HttpHeaders httpHeaders) Initiates a multipart upload accepting encryption headers. -
Uses of InitiateMultipartUploadResult in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service that return InitiateMultipartUploadResultModifier and TypeMethodDescriptionMultipartService.prepareMultipartUpload(String bucketName, String key, String contentType, Map<String, String> storeHeaders, String uploadId, Owner owner, Owner initiator, Map<String, String> userMetadata, Map<String, String> encryptionHeaders) Prepares everything to store an object uploaded as multipart upload.