0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.118.151.112


Current Path : /proc/thread-self/root/usr/share/doc/awscli/examples/s3api/
Upload File :
Current File : //proc/thread-self/root/usr/share/doc/awscli/examples/s3api/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"
      }
  }