Skip to content

Commit ab45494

Browse files
committed
Add AWS Credential Resolution link to README
1 parent 090eac6 commit ab45494

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,17 @@ For detailed information on how configuration of plugins works, please refer to
6262
**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)
6363
<hr/>
6464

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.
6669

67-
The AWS access key for the user that has the ability to upload to the `bucket`.
6870
*Default:* `undefined`
6971

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.
7175

72-
The AWS secret for the user that has the ability to upload to the `bucket`.
7376
*Default:* `undefined`
7477

7578
### bucket (`required`)
@@ -215,3 +218,4 @@ You can deploy your Ember application to S3 and still use the history-api for pr
215218
[4]: https://github.com/ember-cli-deploy/ember-cli-deploy-build "ember-cli-deploy-build"
216219
[5]: https://github.com/ember-cli/ember-cli-deploy "ember-cli-deploy"
217220
[6]: https://github.com/ember-cli-deploy/ember-cli-deploy-revision-data "ember-cli-deploy-revision-data"
221+
[7]: https://docs.aws.amazon.com/AWSJavaScriptSDK/guide/node-configuring.html#Setting_AWS_Credentials "Setting AWS Credentials"

0 commit comments

Comments
 (0)