v.23.8Improvement

Use Longer Timeout for S3 CopyObject in Backups

Use longer timeout for S3 CopyObject requests, which are used in backups. #53533 (Michael Kolupaev).
Increased the timeout duration for S3 CopyObject requests used during ClickHouse backups.

Why it matters

This feature addresses timeout issues encountered when performing backups to S3 storage by extending the timeout for CopyObject requests, ensuring more reliable backup operations in environments with slower or less stable network conditions.

How to use it

The longer timeout for S3 CopyObject requests is applied automatically during backup operations involving S3 storage, requiring no additional configuration from the user.