-
Notifications
You must be signed in to change notification settings - Fork 4.5k
aws s3 sync to/from credentials #2885
Copy link
Copy link
Open
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issues3s3sync
Description
Add the ability to specify different credentials for the source and the destination when syncing from and to an S3Uri.
For example --source-profile.
aws --source-profile a --profile b s3 sync s3://bucketa s3://bucketb
It is not always possible to get 1 set of credentials for both the source and the destination S3Uri.
For example, because the owner is different, or due to some regulations.
A workaround it to sync to and then from LocalPath, but this has issues: lower performance, needing a big enough local disk, ...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature-requestA feature should be added or improved.A feature should be added or improved.p3This is a minor priority issueThis is a minor priority issues3s3sync