v.22.6Improvement

Add support_batch_delete setting for DiskS3 to disable multiobject delete calls

Add setting support_batch_delete for DiskS3 to disable multiobject delete calls, which Google Cloud Storage doesn't support. #37659 (Fred Wulff).
Added the support_batch_delete setting for DiskS3 to control multiobject delete calls.

Why it matters

Google Cloud Storage does not support multiobject delete calls. This feature allows users to disable batch delete operations in DiskS3, preventing errors and ensuring compatibility with Google Cloud Storage.

How to use it

Set the support_batch_delete setting to 0 (false) to disable multiobject delete calls when using DiskS3. This can be configured in the disk settings within the ClickHouse configuration file.