An account will enable you to access:
Don't have an account?
Object Storage
Hey all - I uploaded a simple index.html page to a storagegrid bucket. When I point a browser to it, the browser attempts to download index.html, rather than render it. From https://netappstoragegrid.wordpress.com/2016/03/16/using-storagegrid-webscale-to-host-static-websites-and-content/, it looks like serving stating HTML should be possible. What am I missing?
Thanks
Solved! See The Solution
Just figured it out. Gotta add --content-type "text/html" to aws s3api.
View solution in original post