Amazon web services – Can't access S3 bucket as root
I've created a bucket with the following policy: { 'Version': '2008-10-17', 'Statement': [{ 'Sid': 'eb-58950a8c-feb6-11e2-89e0-0800277d041bc', 'Effect': 'Deny', 'Principal': { 'AWS': '*' }, 'Action': '*', 'Resource': bucket.attrArn }] } which restricts any action on the bucket. Now I can't do anything…