@@ -126,9 +126,7 @@ The Azure repository supports following settings:
setting doesn't affect index files that are already compressed by default.
Defaults to `true`.
-`readonly`::
-
- Makes repository read-only. Defaults to `false`.
+include::repository-shared-settings.asciidoc[]
`location_mode`::
@@ -240,6 +240,8 @@ The following settings are supported:
+
`application_name`::
deprecated[7.0.0, This setting is now defined in the <<repository-gcs-client, client settings>>]
@@ -64,6 +64,8 @@ The following settings are supported:
Whether to compress the metadata or not. (Enabled by default)
`chunk_size`::
Override the chunk size. (Disabled by default)
@@ -213,6 +213,8 @@ The following settings are supported:
`server_side_encryption`::
When set to `true` files are encrypted on server side using AES256
@@ -0,0 +1,11 @@
+`max_restore_bytes_per_sec`::
+ Throttles per node restore rate. Defaults to `40mb` per second.
+`max_snapshot_bytes_per_sec`::
+ Throttles per node snapshot rate. Defaults to `40mb` per second.
+`readonly`::
+ Makes repository read-only. Defaults to `false`.