Skip to content

Instantly share code, notes, and snippets.

@antonbabenko
Last active August 29, 2015 14:04
Show Gist options
  • Save antonbabenko/440421334fcbbe79afaf to your computer and use it in GitHub Desktop.
Save antonbabenko/440421334fcbbe79afaf to your computer and use it in GitHub Desktop.
s3-mp-upload example
#!/bin/sh
time ./s3-mp-upload.py -f -np 10 -s 20 -t 300 --insecure archive.zip s3://builds.antonbabenko.com/archive.zip
s3cmd setacl --acl-public s3://builds.antonbabenko.com/archive.zip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment