Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions docs/reference/snapshot-restore/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -143,11 +143,9 @@ settings belong in the `elasticsearch.yml` file.

`read_timeout`::

The maximum time {es} will wait to receive the next byte of data over an established,
open connection to the repository before it closes the connection. The value should
specify the unit.
For example, a value of `5s` specifies a 5 second timeout. The default value
is 50 seconds.
(<<time-units,time value>>) The maximum time {es} will wait to receive the next byte
of data over an established, open connection to the repository before it closes the
connection. The default value is 50 seconds.

`max_retries`::

Expand Down Expand Up @@ -285,7 +283,7 @@ multiple deployments may share the same bucket.

`chunk_size`::

Big files can be broken down into chunks during snapshotting if needed.
(<<byte-units,byte value>>) Big files can be broken down into chunks during snapshotting if needed.
Specify the chunk size as a value and unit, for example:
`1TB`, `1GB`, `10MB`. Defaults to the maximum size of a blob in the S3 which is `5TB`.

Expand All @@ -304,7 +302,8 @@ include::repository-shared-settings.asciidoc[]

`buffer_size`::

Minimum threshold below which the chunk is uploaded using a single request.
(<<byte-units,byte value>>) Minimum threshold below which the chunk is
uploaded using a single request.
Beyond this threshold, the S3 repository will use the
https://docs.aws.amazon.com/AmazonS3/latest/dev/uploadobjusingmpu.html[AWS
Multipart Upload API] to split the chunk into several parts, each of
Expand Down