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-website.rst
The following command retrieves the static website configuration for a bucket named ``my-bucket``:: aws s3api get-bucket-website --bucket my-bucket Output:: { "IndexDocument": { "Suffix": "index.html" }, "ErrorDocument": { "Key": "error.html" } }
Save
Cancel