Okay I have an S3 storage service which I use to host a javascript application that will use HTML5 pushStates. But if the user bookmarks these URLs, it will not resolve to anything. Can we take all url requests and serve up the root index.html in S3 bucket, without doing a full re direct. Then my javascript application could parse the URL and serve the proper page.
Can we make S3 serve the index.html for all URL requests instead of doing redirect?