Skip to content

Commit 16e97c5

Browse files
committed
update readme
1 parent 54bfd34 commit 16e97c5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
# s3 cli
22

33
Command line utility frontend to [node-s3-client](https://github.com/andrewrk/node-s3-client).
4+
Inspired by [s3cmd](https://github.com/s3tools/s3cmd) and attempts to be a
5+
drop-in replacement.
46

57
## Features
68

79
* Compatible with [s3cmd](https://github.com/s3tools/s3cmd)'s config file
810
* Supports a subset of s3cmd's commands and parameters
911
- including `put`, `get`, `del`, `ls`, `sync`, `cp`, `mv`
12+
* When syncing directories, instead of uploading one file at a time, it
13+
uploads many files in parallel resulting in more bandwidth.
14+
* Retries on failure.
1015

1116
## Install
1217

0 commit comments

Comments
 (0)