Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix example AWS storage configuration (#1394)
`store` must be `aws`, not `dynamo`. Without this change, the previous example configuration causes Loki to error at startup: ``` level=error ts=2019-12-10T00:27:54.489032373Z caller=main.go:66 msg="error initialising loki" err="error initialising module: table-manager: Unrecognized storage client dynamo, choose one of: aws, cassandra, inmemory, gcp, bigtable, bigtable-hashed" ```
- Loading branch information