Skip to content

Commit 53f7d15

Browse files
authored
Fix KQPRUN S3 depend (#5464)
1 parent 13209a6 commit 53f7d15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ydb/tests/tools/kqprun/src/ydb_setup.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77

88
#include <ydb/core/testlib/test_client.h>
99

10+
#include <ydb/library/yql/providers/s3/actors/yql_s3_actors_factory_impl.h>
1011
#include <ydb/library/yql/utils/log/log.h>
1112

12-
1313
namespace NKqpRun {
1414

1515
namespace {
@@ -131,6 +131,7 @@ class TYdbSetup::TImpl {
131131
serverSettings.SetCredentialsFactory(std::make_shared<TStaticSecuredCredentialsFactory>(Settings_.YqlToken));
132132
serverSettings.SetComputationFactory(Settings_.ComputationFactory);
133133
serverSettings.SetYtGateway(Settings_.YtGateway);
134+
serverSettings.S3ActorsFactory = NYql::NDq::CreateS3ActorsFactory();
134135
serverSettings.SetInitializeFederatedQuerySetupFactory(true);
135136

136137
SetLoggerSettings(serverSettings);

0 commit comments

Comments
 (0)