Uses of Class
com.adobe.testing.s3mock.dto.CompleteMultipartUploadResult
Packages that use CompleteMultipartUploadResult
-
Uses of CompleteMultipartUploadResult in com.adobe.testing.s3mock
Methods in com.adobe.testing.s3mock that return types with arguments of type CompleteMultipartUploadResultModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<CompleteMultipartUploadResult>MultipartController.completeMultipartUpload(String bucketName, ObjectKey key, String uploadId, CompleteMultipartUpload upload, javax.servlet.http.HttpServletRequest request, org.springframework.http.HttpHeaders httpHeaders) Adds an object to a bucket. -
Uses of CompleteMultipartUploadResult in com.adobe.testing.s3mock.service
Methods in com.adobe.testing.s3mock.service that return CompleteMultipartUploadResultModifier and TypeMethodDescriptionMultipartService.completeMultipartUpload(String bucketName, String key, String uploadId, List<CompletedPart> parts, Map<String, String> encryptionHeaders, String location) Completes a Multipart Upload for the given ID.