Skip to content

CopyObject meta request and sample command line application

Pre-release
Pre-release
Compare
Choose a tag to compare
@cmello cmello released this 20 Jan 00:08
· 164 commits to main since this release
2c2ff56
  • The new meta request type AWS_S3_META_REQUEST_TYPE_COPY_OBJECT performs a multi-part copy using multiple UploadPartCopy requests in parallel, or bypasses a CopyObject 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 implementing cp and ls