CopyObject meta request and sample command line application
Pre-release
Pre-release
- The new meta request type
AWS_S3_META_REQUEST_TYPE_COPY_OBJECT
performs a multi-part copy using multipleUploadPartCopy
requests in parallel, or bypasses aCopyObject
request to S3 if the object size is not large enough for a multipart upload - Command line sample app similar to aws-cli
s3
command implementingcp
andls