aws / aws/aws-cli

aws s3 sync to/from credentials

Open
#2,885 7 comments 7 reactions 0 assignees View on GitHub
feature-request p3 s3 s3sync
Dominant language
Python
Stars
17.3k
Forks
4.6k
Avg merge
1d 2h
Merged PRs (30d)
13

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, ...

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.