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
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,9 @@ For detailed information on what plugin hooks are and how they work, please refe
60
60
For detailed information on how configuration of plugins works, please refer to the [Plugin Documentation][1].
61
61
62
62
<hr/>
63
-
**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)
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)
65
+
64
66
<hr/>
65
67
66
68
### accessKeyId
@@ -308,7 +310,7 @@ Some more info: [Amazon CORS guide][7], [Stackoverflow][8]
0 commit comments