Skip to content

Commit 3580874

Browse files
authored
Clarify integer settings for repository-s3 repos (#114152)
Today there are a handful of integer settings for `repository-s3` repositories whose docs link to the page about numeric field types. Yet these settings are not fields, and do not support floating-point values either. The convention throughout the rest of the docs is to just call these things `integer` without linking to anything. This commit aligns the `repository-s3` docs with this convention. Backport of #114093 to `8.15`
1 parent 7f05bee commit 3580874

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/reference/snapshot-restore/repository-s3.asciidoc

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,8 @@ include::repository-shared-settings.asciidoc[]
311311

312312
`delete_objects_max_size`::
313313

314-
(<<number,numeric>>) Sets the maxmimum batch size, betewen 1 and 1000, used
315-
for `DeleteObjects` requests. Defaults to 1000 which is the maximum number
316-
supported by the
317-
https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html[AWS
318-
DeleteObjects API].
314+
(integer) Sets the maxmimum batch size, betewen 1 and 1000, used for `DeleteObjects` requests. Defaults to 1000 which is the maximum
315+
number supported by the https://docs.aws.amazon.com/AmazonS3/latest/API/API_DeleteObjects.html[AWS DeleteObjects API].
319316

320317
NOTE: The option of defining client settings in the repository settings as
321318
documented below is considered deprecated, and will be removed in a future

0 commit comments

Comments
 (0)