peak/s5cmd

`sync` command copies object everytime

Opened this issue · 1 comments

Native aws s3 sync command copies the file from S3 bucket to local only once (as expected):

aws s3 sync s3://data/testfile .

But s5cmd sync copies the file everytime and overwrites:

s5cmd sync s3://data/testfile .

same