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 0e8ad43 commit c21b96bCopy full SHA for c21b96b
src/IO/S3/Client.cpp
@@ -926,6 +926,7 @@ ClientFactory::ClientFactory()
926
aws_options.loggingOptions.logger_create_fn = []() { return std::make_shared<AWSLogger>(false); };
927
928
aws_options.ioOptions = Aws::IoOptions{};
929
+ /// We don't need to initialize TLS, because we use PocoHTTPClientFactory
930
aws_options.ioOptions.tlsConnectionOptions_create_fn = []() { return nullptr; };
931
932
Aws::InitAPI(aws_options);
0 commit comments