_        _______           _______  _          __   
( \      (  ____ \|\     /|(  ____ \( \        /  \  
| (      | (    \/| )   ( || (    \/| (        \/) ) 
| |      | (__    | |   | || (__    | |          | | 
| |      |  __)   ( (   ) )|  __)   | |          | | 
| |      | (       \ \_/ / | (      | |          | | 
| (____/\| (____/\  \   /  | (____/\| (____/\  __) (_
(_______/(_______/   \_/   (_______/(_______/  \____/

Progress: |=..........| 1/11


You see this Web page...

The HTML file is not generated by a Web-server but the browser gets it directly from the S3 bucket. You can use Amazon S3 to host a static website.

Enabling static website hosting, you should set permissions and add an index document. If needed, you can also configure redirects, web traffic logging, and custom error document.

You can access the bucket through the AWS Region-specific website endpoints.

Important Website endpoints are different from the endpoints where you send REST API requests.
Hint 1
Check the URL in the browser address bar:
http://s3game-level1.s3-website.us-east-2.amazonaws.com/level1.html

Website endpoint format is:
http://<bucket-name>.s3-website.<Region>.amazonaws.com/<object-id> 
Now you know the bucket name :)
Look inside that bucket and search for a treasure file...



Need another hint?