v.25.12Improvement

Now pre-signed URLs work with S3

Now pre-signed URLs work with S3. Closes #65032. #90827 (Yarik Briukhovetskyi).
Pre-signed URLs are now supported for accessing S3 storage in ClickHouse.

Why it matters

This feature enables ClickHouse users to utilize pre-signed URLs for S3, allowing temporary and secure access to private S3 buckets without requiring permanent credentials. It enhances security and flexibility when working with S3 storage.

How to use it

Users can configure S3 storage settings in ClickHouse to use pre-signed URLs by specifying these URLs where S3 paths are expected. The URLs grant temporary access to S3 objects without needing to provide access keys directly.