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".
If I use the command:
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".