Provides options for copying an Amazon S3 object from a source location to a part of a multipart upload.
All CopyPartRequests
must specify an upload id, a source bucket and key, along with a destination bucket and key. Beyond that, requests also specify constraints controlling if the copy will be performed or not.
@see AmazonS3Client#copyObject(com.amazonaws.services.s3.model.CopyPartRequest)
@see AmazonS3Client#initiateMultipartUpload(InitiateMultipartUploadRequest)
@see AmazonS3Client#uploadPart(UploadPartRequest)
@see CopyPartResult
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|