diff --git a/ydb/core/wrappers/s3_storage_config.cpp b/ydb/core/wrappers/s3_storage_config.cpp index 8ce19727cfff..b3a04794feda 100644 --- a/ydb/core/wrappers/s3_storage_config.cpp +++ b/ydb/core/wrappers/s3_storage_config.cpp @@ -155,6 +155,7 @@ Aws::Client::ClientConfiguration TS3ExternalStorageConfig::ConfigFromSettings(co Aws::Client::ClientConfiguration config; config.endpointOverride = settings.endpoint(); + config.executor = std::make_shared(1); config.verifySSL = false; config.connectTimeoutMs = 10000; config.maxConnections = 5;