Advertisement
Guest User

Untitled

a guest
Mar 25th, 2020
410
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. How to get a site on S3 working on Handshake:
  2.  
  3. 1. create a new S3 bucket using the same name as your Handshake domain. As far as I can tell this will only work for an SLD.TLD type domain (for example, http://welcome.2d) and not a bare TLD (for example "2d") but if someone gets it working for bare domains let me know (twitter.com/wheatpond)
  4.  
  5. So as an example, if you want to point hello.2d at your S3 bucket, name the bucket "hello.2d"
  6.  
  7. 2. Follow the instructions for static hosting out of an S3 bucket (https://docs.aws.amazon.com/AmazonS3/latest/user-guide/static-website-hosting.html)
  8.  
  9. 3. Upload your index.html and you should be good to go!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement