Fix build

This commit is contained in:
kssenii 2023-05-20 13:31:27 +02:00
parent 3e42ee7f2b
commit 8924c17575
2 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,7 @@ void doWriteRequest(std::shared_ptr<const DB::S3::Client> client, const DB::S3::
client,
uri.bucket,
uri.key,
DBMS_DEFAULT_BUFFER_SIZE,
request_settings
);

View File

@ -529,6 +529,7 @@ public:
client,
bucket,
file_name,
DBMS_DEFAULT_BUFFER_SIZE,
request_settings,
std::nullopt,
getAsyncPolicy().getScheduler());