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, client,
uri.bucket, uri.bucket,
uri.key, uri.key,
DBMS_DEFAULT_BUFFER_SIZE,
request_settings request_settings
); );

View File

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