Skip to content

Commit

Permalink
Document max bytes per sec settings for S3 repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
jrodewig committed Mar 26, 2019
1 parent 4469cf0 commit bd7bc12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/plugins/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,14 @@ The following settings are supported:
setting doesn't affect index files that are already compressed by default.
Defaults to `true`.

`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.

`server_side_encryption`::

When set to `true` files are encrypted on server side using AES256
Expand Down

0 comments on commit bd7bc12

Please sign in to comment.