Browse Source

Fix bad quote char in IAM policy (#108)

Chris Castle 7 years ago
parent
commit
85ff981217
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Running-Mastodon/Heroku-guide.md

+ 1 - 1
Running-Mastodon/Heroku-guide.md

@@ -77,7 +77,7 @@ To protect the privacy of the users of the your instance, you should have permis
                     "s3:*"
                 ],
                 "Resource": [
-                    "arn:aws:s3:::hentailoan,
+                    "arn:aws:s3:::hentailoan",
                     "arn:aws:s3:::hentailoan/*"
                 ]
             }