<!-- You have to provide the following information whenever possible. --> **Describe what's wrong** <!-- A clear and concise description of what works not as it is supposed to. --> Fail to build with `ninja`. **How to reproduce** The error happens after running `ninja`. I used clang 19.1.7 to build on my Linux laptop (OpenSUSE). **Error message and/or stacktrace** <!-- If applicable, add screenshots to help explain your problem. --> ``` proton/src/IO/WriteBufferFromS3.cpp:183:29: error: no member named 'headObject' in namespace 'DB::S3' 183 | auto response = S3::headObject(*client_ptr, bucket, key, "", write_settings.for_object_storage); | ~~~~^ 1 error generated. ninja: build stopped: subcommand failed. ``` **Additional context** <!--Add any other context about the problem here. -->