nagy.zsolt.hun
nagy.zsolt.hun

Reputation: 6694

AWS S3 - permission to edit bucket policy

I recently created an S3 bucket on AWS through the console, with the default settigns (except the name, obviously). I try editing the Bucket Policy, but getting this error: "Error Access denied", both with my admin IAM user, and the root account.

How can I get access to edit S3 Bucket policies?

Access dennied error

Upvotes: 5

Views: 2881

Answers (1)

nagy.zsolt.hun
nagy.zsolt.hun

Reputation: 6694

Answering my own question: by default, buckets have the following option set: "Block new public bucket policies". Turning this off will enable updating the Bucket Policy.

Upvotes: 7

Related Questions