Skip to content

fail to build: "error: no member named 'headObject' in namespace 'DB::S3'" #918

@zyxdenny

Description

@zyxdenny

Describe what's wrong

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

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions