Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 945 Bytes

Static-Website-Hosting-Endpoints-vs-API-Path-Endpoints.md

File metadata and controls

11 lines (8 loc) · 945 Bytes

Notes on Static Website Hosting links

Where to find Static Website Hosting endpoint in Management Console

For S3 buckets, the Static Website Hosting endpoint has a different URL than the API endpoint (the one that is listed for each S3 object). The SWH endpoint has a subdomain pattern similar to s3-website-region, and the pattern is preceded by the bucket name.

Note that SWH endpoints are not secure! They can be secured by placing a CloudFront distribution in front of them. In a very confusing manner, the API endpoint for an individual S3 object has a secure URL even though simultaneously, the default SWH endpoint for the bucket is insecure.