Skip to content

Commit 3481a19

Browse files
authored
Update s3-repository.md
Remove deprecated use_throttle_retries setting
1 parent e555217 commit 3481a19

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,6 @@ The following list contains the available client settings. Those that must be st
113113
`max_retries`
114114
: The number of retries to use when an S3 request fails. The default value is `3`.
115115

116-
`use_throttle_retries`
117-
: Whether retries should be throttled (i.e. should back off). Must be `true` or `false`. Defaults to `true`.
118-
119-
Deprecated: This setting is ignored since version 8.19, retries are always throttled.
120-
121116
`path_style_access`
122117
: 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`.
123118

0 commit comments

Comments
 (0)