Skip to content

Instantly share code, notes, and snippets.

@colby
Created September 3, 2015 23:57
Show Gist options
  • Save colby/bc5b4e5f4cdc70a9fad3 to your computer and use it in GitHub Desktop.
Save colby/bc5b4e5f4cdc70a9fad3 to your computer and use it in GitHub Desktop.
1) Make everything in a bucket public (e.g. everyone has read access)
s3cmd setacl s3://myexamplebucket.calvium.com/ --acl-public --recursive
2) Make everything in a bucket private (e.g. accessible only to the creator)
s3cmd setacl s3://myexamplebucket.calvium.com/ --acl-private --recursive
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment