You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-13Lines changed: 18 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ For detailed information on how configuration of plugins works, please refer to
61
61
62
62
<hr/>
63
63
64
-
**WARNING:** Don't share a configuration object between [ember-cli-deploy-s3-index](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index) and this plugin. The way these two plugins read their configuration has sideeffects which will unfortunately break your deploy if you share one configuration object between the two (we are already working on a fix)
64
+
**WARNING:** Don't share a configuration object between [ember-cli-deploy-s3-index](https://github.com/ember-cli-deploy/ember-cli-deploy-s3-index) and this plugin. The way these two plugins read their configuration has side effects which will unfortunately break your deploy if you share one configuration object between the two.
65
65
66
66
<hr/>
67
67
@@ -292,7 +292,7 @@ If you want the contents of the S3 bucket to be accessible to the world, the fol
292
292
"Effect":"Allow",
293
293
"Principal":"*",
294
294
"Action":"s3:GetObject",
295
-
"Resource":"arn:aws:s3:::bucket-name/*"
295
+
"Resource":"arn:aws:s3:::your-s3-bucket-name/*"
296
296
}
297
297
]
298
298
}
@@ -304,19 +304,24 @@ Replace `your-s3-bucket-name` with the name of the actual bucket you are deployi
304
304
305
305
To properly serve certain assets (i.e. webfonts) a basic CORS configuration is needed
0 commit comments