aws-s3-websiteImposta la configurazione del sito web per un bucket. Vedi anche:
aws s3. Maggiori informazioni: https://docs.aws.amazon.com/cli/latest/reference/s3/website.html.
aws s3 website {{s3://nome-bucket}} --index-document {{index.html}}
aws s3 website {{s3://nome-bucket}} --index-document {{index.html}} --error-document {{error.html}}