Skip to content

Commit c21b96b

Browse files
committed
Add a comment
1 parent 0e8ad43 commit c21b96b

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
@@ -926,6 +926,7 @@ ClientFactory::ClientFactory()
926926
aws_options.loggingOptions.logger_create_fn = []() { return std::make_shared<AWSLogger>(false); };
927927

928928
aws_options.ioOptions = Aws::IoOptions{};
929+
/// We don't need to initialize TLS, because we use PocoHTTPClientFactory
929930
aws_options.ioOptions.tlsConnectionOptions_create_fn = []() { return nullptr; };
930931

931932
Aws::InitAPI(aws_options);

0 commit comments

Comments
 (0)