Update _index.md (#3373)

pull/3344/head
Marian Stychuk 4 years ago committed by GitHub
parent f14ddb8bb3
commit b83b1abfa8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      docs/sources/configuration/_index.md

@ -1189,7 +1189,7 @@ aws:
# CLI flag: -dynamodb.chunk.get-max-parallelism
[chunk_get_max_parallelism: <int> | default = 32]
# Configures storing chunks in Bigtable. Required fields only required
# Configures storing indexes in Bigtable. Required fields only required
# when bigtable is defined in config.
bigtable:
# BigTable project ID
@ -1204,7 +1204,7 @@ bigtable:
# The CLI flags prefix for this block config is: bigtable
[grpc_client_config: <grpc_client_config>]
# Configures storing index in GCS. Required fields only required
# Configures storing chunks in GCS. Required fields only required
# when gcs is defined in config.
gcs:
# Name of GCS bucket to put chunks in.

Loading…
Cancel
Save