cc_staff
172
edits
No edit summary |
No edit summary |
||
Line 91: | Line 91: | ||
The second ACL example limits access to the bucket to only the owner: | The second ACL example limits access to the bucket to only the owner: | ||
<code>$ s3cmd setacl --acl- | <code>$ s3cmd setacl --acl-private s3://BUCKET_NAME/</code> | ||
Other more sophisticated examples can be found in the s3cmd man page. | Other more sophisticated examples can be found in the s3cmd man page. |