Is there a way to make S3 default to an index.html page? E.g.: My bucket object listing:
/index.html
/favicon.ico
/images/logo.gif
A call to www.mysite.com/index.html works great! But if one were to call www.mysite.com/ we'd either get a 403 or a REST object listing XML document depending on how bucket-level ACL was configured.
So, the question: Is there a way to have index.html functionallity with content hosted on S3?
I'm kinda thinking there isn't :(