Added support for accessing S3-compatible storage through proxies in ClickHouse.
Why it matters
This feature enables users to connect to S3 storage via proxy servers, allowing better network flexibility, security, and compliance in environments where direct access to S3 endpoints is restricted or requires routing through intermediaries.How to use it
Users can configure the proxy settings for S3 connections by specifying proxy options in the ClickHouse configuration files or client settings, allowing ClickHouse to route S3 requests through the designated proxy server.