Skip to content

Commit f59d5d9

Browse files
committed
Merge pull request #22 from ember-cli-deploy/LevelbossMike-patch-3
Warn about configuration sharing
2 parents 044b94a + b1b28d4 commit f59d5d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,14 @@ For detailed information on what plugin hooks are and how they work, please refe
5454

5555
## Configuration Options
5656

57+
5758
For detailed information on how configuration of plugins works, please refer to the [Plugin Documentation][2].
5859

60+
61+
<hr/>
62+
**WARNING: Don't share a configuration object between [ember-cli-deploy-s3](https://github.com/ember-cli-deploy/ember-cli-deploy-s3) 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+
<hr/>
64+
5965
### region
6066

6167
The region your bucket is located in.

0 commit comments

Comments
 (0)