v.22.1Improvement

Don't allow writes to S3 with globs in path

Don't allow to write into S3 if path contains globs. #33142 (Kruglov Pavel).
Disallows writing data to S3 storage paths that contain glob patterns.

Why it matters

This feature prevents users from mistakenly or incorrectly specifying paths with globs when writing to S3, which could lead to unexpected behavior or errors during data writing. It enforces path validity to ensure data is written to explicit locations, improving reliability and predictability.

How to use it

Users simply need to avoid using glob patterns in the S3 path when performing write operations. If a glob pattern is detected in the path, ClickHouse will reject the write operation automatically.