Skip to content

Instantly share code, notes, and snippets.

@dbarlett
Created May 11, 2013 00:20
Show Gist options
  • Save dbarlett/5558391 to your computer and use it in GitHub Desktop.
Save dbarlett/5558391 to your computer and use it in GitHub Desktop.
Fix invalid JSON for W3TC S3 sample policy
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