v.22.11Improvement

Add oss function and OSS table engine compatible with s3

Add oss function and OSS table engine (this is convenient for users). oss is fully compatible with s3. #43155 (zzsmdfj).
Introduces the oss function and OSS table engine, providing compatibility with Alibaba Cloud Object Storage Service (OSS).

Why it matters

This feature enables users to seamlessly interact with OSS storage using ClickHouse, similar to how ClickHouse supports Amazon S3. It simplifies accessing and managing data stored in OSS, making cloud storage integration more convenient.

How to use it

Users can utilize the oss function in their queries to directly reference OSS files or use the OSS table engine to create tables that read from or write to OSS storage. This is fully compatible with existing S3 syntax and usage patterns in ClickHouse.