v.24.12Improvement
Support Parsing GCS S3 Authentication Required Error
Support parsing GCS S3 error AuthenticationRequired. #72753 (Vitaly Baranov).Why it matters
This feature improves error handling when using GCS through the S3 interface by recognizing theAuthenticationRequired 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 theAuthenticationRequired error, providing clearer error messages related to authentication failures.