Accessing object storage with s3cmd: Difference between revisions
Jump to navigation
Jump to search
386 bytes removed
, 1 year ago
|
|
Line 109: |
Line 109: |
|
| |
|
| Other more sophisticated examples can be found in the s3cmd [https://www.s3express.com/help/help.html help site] or s3cmd(1) man page. | | Other more sophisticated examples can be found in the s3cmd [https://www.s3express.com/help/help.html help site] or s3cmd(1) man page. |
|
| |
| = Example operations on a bucket =
| |
|
| |
| <ul>
| |
| <li><p>Make a bucket public so that it is Web accessible:</p>
| |
| <p><code>s3cmd setacl s3://testbucket --acl-public</code></p></li>
| |
| <li><p>Make the bucket private again:</p>
| |
| <p><code>s3cmd setacl s3://testbucket --acl-private</code></p></li>
| |
| <li><p>View the configuration of a bucket:</p>
| |
| <p><code>s3cmd info s3://testbucket</code></p></li>
| |
| </ul>
| |
|
| |
|
| = Bucket policies = | | = Bucket policies = |