Configure a static website using S3 Bucket
Prerequisite
Instructions
1. Upload Files for the Static Website
s3cmd put ${OBJECT} s3://${BUCKET_ENDPOINT}/${PATH_TO_FILE} --acl-publics3cmd put index.html s3://test-static-website/ --acl-publics3cmd ls s3://${BUCKET_ENDPOINT}/${PATH_TO_FILE}s3cmd ls s3://test-static-website/2. Configure Static Website Hosting




Using a Custom Domain with a CNAME Map


Troubleshooting
Error 404 Not found

Error 403 Access denied


CSS/JS File Content-Type is text/plain

Last updated