Skip to content

Commit 94c3e77

Browse files
committed
Add connection_max_idle_time setting to s3 doc
This is a new setting added in elastic/elasticsearch#125552
1 parent cab4287 commit 94c3e77

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

deploy-manage/tools/snapshot-and-restore/s3-repository.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,9 @@ The following list contains the available S3 client settings. Those that must be
125125
`max_retries`
126126
: The number of retries to use when an S3 request fails. The default value is `3`.
127127

128+
`connection_max_idle_time`
129+
: ([time value](elasticsearch://reference/elasticsearch/rest-apis/api-conventions.md#time-units)) The timeout after which {{es}} will close an idle connection. The default value is 60 seconds.
130+
128131
`path_style_access`
129132
: Whether to force the use of the path style access pattern. If `true`, the path style access pattern will be used. If `false`, the access pattern will be automatically determined by the AWS Java SDK (See [AWS documentation](https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/s3/AmazonS3Builder.html#setPathStyleAccessEnabled-java.lang.Boolean-) for details). Defaults to `false`.
130133

0 commit comments

Comments
 (0)