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
+8-4Lines changed: 8 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -62,14 +62,17 @@ For detailed information on how configuration of plugins works, please refer to
62
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
63
<hr/>
64
64
65
-
### accessKeyId (`required`)
65
+
### accessKeyId
66
+
67
+
The AWS access key for the user that has the ability to upload to the `bucket`. If this is left undefined,
68
+
+the normal [AWS SDK credential resolution](7) will take place.
66
69
67
-
The AWS access key for the user that has the ability to upload to the `bucket`.
68
70
*Default:*`undefined`
69
71
70
-
### secretAccessKey (`required`)
72
+
### secretAccessKey
73
+
74
+
The AWS secret for the user that has the ability to upload to the `bucket`. This must be defined when `accessKeyId` is defined.
71
75
72
-
The AWS secret for the user that has the ability to upload to the `bucket`.
73
76
*Default:*`undefined`
74
77
75
78
### bucket (`required`)
@@ -215,3 +218,4 @@ You can deploy your Ember application to S3 and still use the history-api for pr
0 commit comments