Skip to content

Commit 01d6e9b

Browse files
committed
run actor has been fixed
1 parent 95ff029 commit 01d6e9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/core/fq/libs/actors/run_actor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1966,7 +1966,7 @@ class TRunActor : public NActors::TActorBootstrapped<TRunActor> {
19661966
}
19671967

19681968
{
1969-
dataProvidersInit.push_back(GetS3DataProviderInitializer(Params.S3Gateway, Params.CredentialsFactory, Params.Config.GetGateways().GetS3().GetAllowLocalFiles(), NActors::TActivationContext::ActorSystem()));
1969+
dataProvidersInit.push_back(GetS3DataProviderInitializer(Params.S3Gateway, Params.CredentialsFactory, NActors::TActivationContext::ActorSystem()));
19701970
}
19711971

19721972
{

0 commit comments

Comments
 (0)