How to view an image from Linode Object Storage in browser?

130 Views Asked by At

My goal is to view an image from Linode object storage in browser (Chrome or Firefox). When I was trying to open that file in Linode object storage using the displayed link I'm facing an error.

enter image description here

My linode object storage ACL is private. I try to open my images on browser.

2

There are 2 best solutions below

1
On BEST ANSWER

I've found the solution after digging AWS S3 bucket and Linode API document This is fully working solution https://dev.to/silver7tech/how-to-upload-an-image-to-a-linode-storage-bucket-in-nodejs-backend-ok8

0
On
  1. Click on your Linode bucket
  2. Then on Access
  3. Choose the best option (for you) from Access Control List (ACL) dropdown list.

Your can also disable the CORS Enabled. This one will grant access from all origins.