Uploading Photos to Amazon S3 from a Browser 403 Error
I did all aws console configuration and create a web page.
👉 https://jynnpark.medium.com/uploading-photos-to-amazon-s3-from-a-browser-6ee81befda6d

and I got 403 error when CREATE
Probably “Action” doesn’t work…
To grant access, the policy must have an action that has an applicable resource or condition !

- IAM > Policies > Search the policy
- Click ‘Edit policy’
- Found that there is 1 warning in the policy

4. Click ‘Add ARN’ to specify bucket resource ARN for the actions


5. Review policy and save changes
6. You can see that Access Level turns to “Limited: List, Read, Write”



7. Now it works