Skip to content

Commit 7f89c65

Browse files
Backport ClickHouse#89923 to 25.8: Fix S3 client clone
1 parent 18bca17 commit 7f89c65

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/IO/S3/Client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -313,6 +313,7 @@ Client::Client(
313313
, explicit_region(other.explicit_region)
314314
, detect_region(other.detect_region)
315315
, provider_type(other.provider_type)
316+
, api_mode(other.api_mode)
316317
, max_redirects(other.max_redirects)
317318
, sse_kms_config(other.sse_kms_config)
318319
, log(getLogger("S3Client"))

0 commit comments

Comments
 (0)