Created
May 11, 2013 00:20
-
-
Save dbarlett/5558391 to your computer and use it in GitHub Desktop.
Fix invalid JSON for W3TC S3 sample policy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: s3-sample-policy.txt | |
=================================================================== | |
--- s3-sample-policy.txt (revision 711148) | |
+++ s3-sample-policy.txt (working copy) | |
@@ -15,9 +15,9 @@ | |
}, | |
{ | |
"Sid": "Stmt1339423675422", | |
- "Action":s3:List*?, | |
+ "Action":"s3:List*?", | |
"Effect":"Allow", | |
"Resource":"*" | |
} | |
] | |
-} | |
\ No newline at end of file | |
+} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment