v.24.12Improvement

Support Parsing GCS S3 Authentication Required Error

Support parsing GCS S3 error AuthenticationRequired. #72753 (Vitaly Baranov).
ClickHouse now supports parsing the Google Cloud Storage (GCS) S3 error AuthenticationRequired.

Why it matters

This feature improves error handling when using GCS through the S3 interface by recognizing the AuthenticationRequired error. It helps users quickly identify authentication issues with GCS credentials, facilitating faster troubleshooting and more reliable cloud storage interactions.

How to use it

Users do not need to perform any explicit configuration. When interacting with GCS via the S3-compatible API, ClickHouse will automatically parse and handle the AuthenticationRequired error, providing clearer error messages related to authentication failures.