v.24.10Improvement

Changed Approach to Determine Cloud Storage Batch Delete Support

Changed an approach to figure out if a cloud storage supports batch delete or not. #70786 (Vitaly Baranov).
Improved detection of cloud storage batch delete support for enhanced compatibility with cloud storage APIs.

Why it matters

The feature updates the method to determine whether a cloud storage service supports batch delete operations, such as the Amazon S3 DeleteObjects API. This ensures ClickHouse can correctly utilize batch delete capabilities when available, improving efficiency and compatibility when managing data in cloud storage.

How to use it

This is an internal improvement in ClickHouse related to cloud storage integration. Users benefit from it automatically when using cloud storage for data management; no manual action is required.