Skip to content

Commit 4c41855

Browse files
committed
Merge pull request #31 from ember-cli-deploy/LevelbossMike-patch-1
Warn about configuration sharing
2 parents 40ebb5f + e5ffcb3 commit 4c41855

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ For detailed information on what plugin hooks are and how they work, please refe
5959

6060
For detailed information on how configuration of plugins works, please refer to the [Plugin Documentation][1].
6161

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)
64+
<hr/>
65+
6266
### accessKeyId (`required`)
6367

6468
The AWS access key for the user that has the ability to upload to the `bucket`.

0 commit comments

Comments
 (0)