Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
sethkor committed Jun 10, 2019
1 parent bab78f3 commit 7144388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# s3kor
AWS S3 tools built in [Go](https://golang.org/) using multiple threads for fast parallel actions like copy, list and remove to AWS S3. It's intended as a drop in replacement for the [aws cli s3](https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html) set of commands so all flags, values and args should be the same with the exception of a few new ones.
AWS S3 command line tools built in [Go](https://golang.org/) using multiple threads for fast parallel actions like copy, list and remove to AWS S3. It's intended as a drop in replacement for the [aws cli s3](https://docs.aws.amazon.com/cli/latest/reference/s3/cp.html) set of commands so all flags, values and args should be the same with the exception of a few new ones.

Easiest way to install if you're on a Mac or Linux (amd64 or arm64) is to use [Homebrew](https://brew.sh/)

Expand Down

0 comments on commit 7144388

Please sign in to comment.