With S3 storage, you can host a static website. This is convenient, for example, for publishing documentation, a portfolio, or a landing page.
To host a website:
Upload the index file to the root of the bucket. It must not be placed inside a folder.
The rest of the files (pages, styles, scripts, media content) can be placed in directories.
Example structure:
index.html
pages/
firstpage.html
secondpage.html
img/
1.png
2.png
css/
style.css
js/
index.js
404.html
403.html
Files can be uploaded through the object manager or using third-party utilities, such as Cyberduck.
After uploading:

index.html).
bucket_name.website.hmstorage.net