Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dallasmarlow committed Apr 23, 2012
1 parent 193bfd2 commit 4519d1d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions readme.md
@@ -1,4 +1,17 @@
## parallelized multipart s3 uploads
```bash
root@ip-10-108-242-120:~# s3_multi_upload --access-key-id xxx \
--secret-access-key xxx \
--bucket s3_multi_upload \
--chunk-size 25:mb \
--threads 40 \
--key uploads/u.iso \
--file ubuntu-12.04-beta2-dvd-amd64.iso

uploading ubuntu-12.04-beta2-dvd-amd64.iso to s3://s3_multi_upload/uploads/u.iso using 40 threads in chunks of 20 mb
upload: 20% |oooooooooooooooooooooo | ETA: 0:01:36
```


### installation
```
Expand Down

0 comments on commit 4519d1d

Please sign in to comment.