You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upon closer inspection the mime library sets it the content-type to application/octet-stream. I plan on making a pull request that sets the default type to 'text/html' if a type cannot be detected. This should allow s3 to serve extentionless static html pages.
The current site I'm building contains html files without the
.html
extention, and once you remove that, s3 slaps on aapplication/octet-stream
.This is basically a nice-to-have, to avoid having to jump in the console.
The text was updated successfully, but these errors were encountered: