Policy Syntax Error
-
Hi,
I am trying to follow the guide at:
https://deliciousbrains.com/wp-offload-s3/doc/quick-start-guide/
But when I try to copy and paste the policy from that guide to the policy editor, Amazon is telling me there is syntax errors in it.
Here is the code I used for the policy…
{
“Version”: “2016-01-01”,
“Statement”: [
{
“Effect”: “Allow”,
“Action”: [
“s3:CreateBucket”,
“s3:DeleteObject”,
“s3:Put*”,
“s3:Get*”,
“s3:List*”
],
“Resource”: [
“arn:aws:s3:::*”
]
}
]
}Thoughts?
https://www.ads-software.com/plugins/amazon-s3-and-cloudfront/
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Policy Syntax Error’ is closed to new replies.