0

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.

James Z
  • 12,209
  • 10
  • 24
  • 44

2 Answers2

1

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

  • While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. – Tyler2P Aug 09 '23 at 15:30
0
  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.

Stefan-ci
  • 3
  • 2