Exploring AWS S3 Bucket Policies
Structure of a Bucket Policy
A Policy is a set of statements.
A Statement mainly has sid, principal, action, resource and also condition if required.
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "AnyRandomString",
"Effect": ...
devops-prereq.hashnode.dev3 min read