Skip to content

Commit 31a4087

Browse files
authored
Merge pull request #66 from crhayes/doc-fix
Update config example to reflect required parameters
2 parents 0cbb4f0 + 547ab73 commit 31a4087

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)