Created
September 3, 2015 23:57
-
-
Save colby/bc5b4e5f4cdc70a9fad3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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