v.24.1Improvement

Avoid Sending ComposeObject Requests After GCS Upload

Avoid sending ComposeObject requests after upload to GCS. #58343 (Azat Khuzhin).
Avoid sending ComposeObject requests after uploading objects to GCS in ClickHouse.

Why it matters

This feature prevents unnecessary ComposeObject requests when uploading data to Google Cloud Storage (GCS), optimizing the upload process and reducing potential overhead or errors related to object composition operations.

How to use it

This behavior is applied automatically in ClickHouse during uploads to GCS; users do not need to perform any additional configuration to benefit from this improvement.