From f1ebb82031c681caaa5a41162d62b0e4a655342f Mon Sep 17 00:00:00 2001 From: Armin Braun Date: Tue, 9 Jul 2019 09:18:03 +0200 Subject: [PATCH] Update the gcs chunk_size documentation. (#38749) (#44098) Remove `1g` from the examples, as the GCS repository chunk_size can be at most 100m. --- docs/plugins/repository-gcs.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/plugins/repository-gcs.asciidoc b/docs/plugins/repository-gcs.asciidoc index 536df84d16c..2974fc2ded2 100644 --- a/docs/plugins/repository-gcs.asciidoc +++ b/docs/plugins/repository-gcs.asciidoc @@ -233,7 +233,7 @@ The following settings are supported: Big files can be broken down into chunks during snapshotting if needed. The chunk size can be specified in bytes or by using size value notation, - i.e. `1g`, `10m`, `5k`. Defaults to `100m`. + e.g. , `10m` or `5k`. Defaults to `100m`, which is the maximum permitted. `compress`::