s5cmd icon indicating copy to clipboard operation
s5cmd copied to clipboard

feat: Add Feature to Support Copying from External S3 Compatible API and S3 in Cloud Region

Open b-eisen opened this issue 2 years ago • 0 comments

The current implementation of of s5cmd cp between two s3 buckets invokes the server side copy command. This prohibits users from using s5cmd to copy from an external S3 compatible API (e.g. S3 Compatible API on Snowball Edge devices, minio) to an S3 region (e.g. us-east-1). Users currently have to download the objects and upload in a two step process.

This feature is to enable a --client-copy feature which will allow for copying via the local invoking client, as well as allowing for the use of multiple endpoints, regions, and or credential profiles.

b-eisen avatar Oct 02 '23 18:10 b-eisen