Hacker News new | ask | show | jobs
by hiyer 1902 days ago
s5cmd[0], written in Go, performs cp in parallel to/from s3 too. I've been using it for some time and it's plenty fast.

https://github.com/peak/s5cmd

1 comments

No mention of how it compares to s4cmd (which like s3cmd is python).

https://github.com/bloomreach/s4cmd

I had tried both a couple of years back and at that time s5cmd was significantly faster when downloading multiple (100s) of files, hence my loyalty to it. Of course both are actively developed projects, so things might have changed since.