Skip to content

Commit 547ab73

Browse files
author
Chris Hayes
committed
Update config example to reflect required parameters
1 parent 0cbb4f0 commit 547ab73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,8 @@ $ ember install ember-cli-deploy-s3-index
3434
ENV['s3-index'] = {
3535
accessKeyId: '<your-access-key>',
3636
secretAccessKey: '<your-secret>',
37-
bucket: '<your-bucket-name>'
37+
bucket: '<your-bucket-name>',
38+
region: '<your-bucket-region>'
3839
}
3940
```
4041

0 commit comments

Comments
 (0)