Skip to content

Commit ccae039

Browse files
committed
[DOC] Update minimum S3 permissions
When I used the old minimum S3 permissions, I got an error: `Statement is missing required element - Statement "Stmt1EmberCLIS3DeployPolicy" is missing "Principal" element. This PR adds in the Principal element, based on [this documentation](http://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements.html#Principal)
1 parent bfa3c68 commit ccae039

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,8 @@ Ensure you have the minimum required permissions configured for the user (access
190190
],
191191
"Resource": [
192192
"arn:aws:s3:::<your-s3-bucket-name>/*"
193-
]
193+
],
194+
"Principal": { "AWS": "arn:aws:iam::AWS-account-ID:root" }
194195
}
195196
]
196197
}

0 commit comments

Comments
 (0)