v.20.5New Feature

Possibility to work with S3 through proxies

Possibility to work with S3 through proxies. #10576 (Pavel Kovalenko).
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.