So I'm pretty new to AWS and I feel as if I'm doing everything correct but when I programmatically try to upload an image to my S3 Bucket. I get an error of Access Denied.I've created a IAM UserThen put that user into a IAM group with permission of AmazonS3FullAccessI then use the User's Access Key ID and Secret Key to programmatically save an image via aws-sdk in node.js but i get an error of Access Denied.Something I'm doing wrong?EDIT:Found out it's because `Block new public ACLs and uploading public objects (Recommended)` was true. Once I made this false it worked.What's the solution for this as I'd like to keep that true.
Submitted February 22, 2019 at 11:19AM by prgrmmr7
No comments:
Post a Comment