Skip to content

Commit

Permalink
README: fix wording
Browse files Browse the repository at this point in the history
  • Loading branch information
zytek committed Nov 19, 2019
1 parent aa2f34c commit 87136e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Use this tool if you need to copy S3 objects to/from AWS China or GovCloud, whic
are **different AWS partitions** and hence you **cannot** use `aws s3 sync`

* supports massive parallelism (dozens or 100+ simultaneus copies) as this has proven speeding up copying especially to AWS China
* only copies files from source, that do not exist or whose size on destination differs
* does not delete files on destination bucket
* only copies files that do not exist on destination bucket or whose size differs
* does not delete files on destination bucket (think: `aws s3 sync --delete`, this is unsupported)

# Installation

Expand Down Expand Up @@ -45,4 +45,4 @@ parallel=50

* `s3perka` downloads files on disk and then uploads them. Currently there is no "on-the-fly" (in-memory) copy mode
* make sure you have enough disk space for largest file to fit
* make sure youd HDD can handle such parallelism level
* make sure youd HDD can handle such parallelism level (this can be tweaked on linux system)

0 comments on commit 87136e3

Please sign in to comment.