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
7 changes: 2 additions & 5 deletions docs/reference/snapshot-restore/repository-s3.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,8 @@ include::repository-shared-settings.asciidoc[]

`delete_objects_max_size`::

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

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