...
To enforce a policy located in a JSON file called policy.json upon a bucket called mybucket, we run the command:
Code Block | ||
---|---|---|
| ||
s3cmd setpolicy policy.json s3://mybucket |
...
...
To enforce a policy located in a JSON file called policy.json upon a bucket called mybucket, we run the command:
Code Block | ||
---|---|---|
| ||
s3cmd setpolicy policy.json s3://mybucket |
...