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-logging.rst
**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" } }
Save
Cancel