Skip to content

Commit e5ffcb3

Browse files
committed
Warn about configuration sharing
Sharing a configuration object between the s3 plugin and s3-index break the deploy. We should warn about this until a fix lands
1 parent f7cc58c commit e5ffcb3

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)