Skip to content

Commit 97a22ef

Browse files
authored
Merge pull request #98 from fivetanley/patch-1
[DOC] remove trailing comma
2 parents 87688be + 86d51ac commit 97a22ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ If you want the contents of the S3 bucket to be accessible to the world, the fol
275275
"Sid": "Stmt1EmberCLIS3AccessPolicy",
276276
"Effect": "Allow",
277277
"Action": [
278-
"s3:GetObject",
278+
"s3:GetObject"
279279
],
280280
"Resource": [
281281
"arn:aws:s3:::your-s3-bucket-name/*"

0 commit comments

Comments
 (0)