79211182

Date: 2024-11-21 12:41:37
Score: 2.5
Natty:
Report link

This is not a problem with s3 but with your frontend. you have a content security policy(CSP) configured on your frontend. That restricts it from loading the file. If you add the s3 url to your CSP or make it less restrictive it should work.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/connect-src

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy

Reasons:
  • Probably link only (1):
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: A. van Loon