Examples (2)
Configure a bucket as a static website
aws s3 website s3://bucket-name --index-document index.htmlConfigure an error page for the website
aws s3 website s3://bucket-name --index-document index.html --error-document error.htmlmade by @shridhargupta | data from tldr-pages