Show the URL.
s3browser.com/features-content-mime-types-editor.…
Just go to the file and remove Content-Disposition: attachment header and you are all set to serve html file.
Its always better to set content-type externally while uploading the file. For html files set Content-type:text/html to avoid such problems.