'Using the object URL pdf files are not downloading from aws s3 when using chrome. I get "Failed -Forbidden error. works in Firefox and Edge
When using the Object Url for a file stored in AWS S3, the pdf files are not downloading from aws s3 when using chrome. I get "Failed -Forbidden error. works in Firefox and Edge
Solution 1:[1]
This has to do with read/write permissions, you will need to check the S3 bucket permissions and ACL (Access control lists) modify them so you can "List" and "Read" but not "Write".
This should resolve your issue.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | user2500414 |
