Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
s3api
📤 Upload
📝 New File
📁 New Folder
Close
Editing: get-bucket-policy-status.rst
**To retrieve the policy status for a bucket indicating whether the bucket is public** The following ``get-bucket-policy-status`` example retrieves the policy status for the bucket ``my-bucket``. :: aws s3api get-bucket-policy-status \ --bucket my-bucket Output:: { "PolicyStatus": { "IsPublic": false } }
Save
Cancel