I'm setting up a static site, hosted on S3, using this set of directions: https://www.linode.com/docs/platform/object-storage/host-static-site-object-storage/
I've set my bucket up with the name holisticnetworking.net-static. I walked through the process of setting up the bucket to serve over HTTPS and checking the info, it seems to work fine:
tomb@MacBook-Pro-3 ~ % s3cmd ws-info s3://holisticnetworking.net-static
Bucket s3://holisticnetworking.net-static/: Website configuration
Website endpoint: http://holisticnetworking.net-static.s3-website-us-east-1.amazonaws.com/
Index document: index.html
Error document: 404.html
You can also browse to the bucket endpoint and that works fine, too: http://holisticnetworking.net-static.s3-website-us-east-1.amazonaws.com/
The strange problem I find at the end of that journey is that when I browse to the site I get the following error message:
Code: NoSuchWebsiteConfiguration
Message: The specified bucket does not have a website configuration
BucketName: holisticnetworking.net
RequestId: xxx
HostId:xxx
Note that, for some strange reason, the bucket the error appears to point to is another one called holisticnetworking.net. Not the -static bucket.
Does anyone have any idea what is happening, here?