S3 static website index document
I'm trying to upload my static website to my s3 bucket. I've managed to accomplish this. I've created my_bucket and then create a sub_bucket named test_folder and in that I uploaded all my css, html, js files. It would look like this now: my_bucket/ test_folder index.html And I was able to view my index.html, horray! :D. But my question is in setting up the index document, since the index.html is located to a sub_bucket: test_folder/index.html when I try to save it, gave me The IndexDocument Suffix is not well formed Is it possible to link the index.html in a sub_bucket? If yes, how? If not,