Fix README omission related to S3 setup

This commit is contained in:
Slavi Pantaleev 2017-10-14 09:55:09 +03:00
parent 767b321f60
commit 7133418dc3
1 changed files with 1 additions and 0 deletions

View File

@ -138,6 +138,7 @@ You then need to enable S3 support in your configuration file (`inventory/matrix
It would be something like this:
```
matrix_s3_media_store_enabled: true
matrix_s3_media_store_bucket_name: "your-bucket-name"
matrix_s3_media_store_aws_access_key: "access-key-goes-here"
matrix_s3_media_store_aws_secret_key: "secret-key-goes-here"