Skip to content

Commit b1b28d4

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 b913f10 commit b1b28d4

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
@@ -56,8 +56,14 @@ For detailed information on what plugin hooks are and how they work, please refe
5656

5757
## Configuration Options
5858

59+
5960
For detailed information on how configuration of plugins works, please refer to the [Plugin Documentation][2].
6061

62+
63+
<hr/>
64+
**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)
65+
<hr/>
66+
6167
### region
6268

6369
The region your bucket is located in.

0 commit comments

Comments
 (0)