From df8e78c61faf5888b93fd7f3c2374d1c88a60261 Mon Sep 17 00:00:00 2001 From: Owen Diehl Date: Wed, 8 Jul 2020 08:34:43 -0400 Subject: [PATCH] remove DynamoDB chunk store doc Removes DynamoDB as a supported chunk store in our docs. It's a very poor fit for loki. --- docs/configuration/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration/README.md b/docs/configuration/README.md index 81157bf494be..d1666e328cb7 100644 --- a/docs/configuration/README.md +++ b/docs/configuration/README.md @@ -877,7 +877,7 @@ for from specific time periods. # cassandra, or boltdb. store: -# Which store to use for the chunks. Either aws, aws-dynamo, azure, gcp, +# Which store to use for the chunks. Either aws, azure, gcp, # bigtable, gcs, cassandra, swift or filesystem. If omitted, defaults to the same # value as store. [object_store: ]