We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5682b7e commit aaacc55Copy full SHA for aaacc55
docs/storage/object.md
@@ -76,8 +76,8 @@ First, a bucket policy needs to be written:
76
77
Then, it can be applied to the bucket:
78
79
-```bash
80
-> aws --profile=naret-testuser s3api put-bucket-policy \
+```console
+$ aws --profile=naret-testuser s3api put-bucket-policy \
81
--bucket test-public-bucket --policy \
82
file://test-public-bucket-anon-from-internet.json
83
```
0 commit comments