Skip to content

aws s3 sync to/from credentials #2885

@brackxm

Description

@brackxm

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    feature-requestA feature should be added or improved.p3This is a minor priority issues3s3sync

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions