Skip to content

aws s3 sync command publishes absolute directories as relative directories #2530

@nkadel-skyhook

Description

@nkadel-skyhook

If I use the command:

 aws s3 sync /tmp/dirname/ s3://bucket/foldername/

The output of the sync command prepends the source directory with a set of "../../../" prefixes depending on the $PWD when I ran the command, designed to match a relative directory to the "/tmp/dirname/". This is confusing and undesirable information. And it's quite unlikely to be accurate for someone reviewing the file transfers later, since "../../../" from their $PWD is unlikely to match that of the working environment when the original command was run.

Please, publish absolute filenames or directory locations as absolute names in the output of "aws s3 sync".

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions