Can Tigris be used to serve a static HTML site?

I’m looking to migrate away from AWS S3. In AWS I can serve a static HTML site directly from S3 (just by using the public URL of the index.html).

When I try the same thing with a public Tigris bucket, the file is not served on the browser. The download dialgo is shown instead.

Is it possible to serve a static site directly? If so, how?

Added tigris

Hi @empz

If your public-read bucket has index.html object present with content-type set to text/html; charset=utf-8. While accessing this object via web-browsers, it will render the content inline instead of downloading it as file.

I see you have one bucket that is public-read but it doesn’t contain index.html object in it.

Can you try with the content-type and if issue persists, please share the details. If you wish to share details privately - feel free to reach out to us at help@tigrisdata.com.

Forgot about the whole Content-Type thing. That was definitely it. Thanks

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.