Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
s3api
/
Filename :
get-bucket-logging.rst
back
Copy
**To retrieve the logging status for a bucket** The following ``get-bucket-logging`` example retrieves the logging status for the specified bucket. :: aws s3api get-bucket-logging \ --bucket my-bucket Output:: { "LoggingEnabled": { "TargetPrefix": "", "TargetBucket": "my-bucket-logs" } }