We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18bca17 commit 7f89c65Copy full SHA for 7f89c65
src/IO/S3/Client.cpp
@@ -313,6 +313,7 @@ Client::Client(
313
, explicit_region(other.explicit_region)
314
, detect_region(other.detect_region)
315
, provider_type(other.provider_type)
316
+ , api_mode(other.api_mode)
317
, max_redirects(other.max_redirects)
318
, sse_kms_config(other.sse_kms_config)
319
, log(getLogger("S3Client"))
0 commit comments