Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
s3control
/
Filename :
get-public-access-block.rst
back
Copy
**To list public block access settings for an account** The following ``get-public-access-block`` example displays the block public access settings for the specified account. :: aws s3control get-public-access-block \ --account-id 123456789012 Output:: { "PublicAccessBlockConfiguration": { "BlockPublicPolicy": true, "RestrictPublicBuckets": true, "IgnorePublicAcls": true, "BlockPublicAcls": true } }