Skip to content

Commit

Permalink
Initialize AWS API always
Browse files Browse the repository at this point in the history
  • Loading branch information
jepett0 committed Aug 7, 2024
1 parent e92053a commit 3ca7872
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions ydb/core/driver_lib/run/run.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1653,9 +1653,7 @@ TIntrusivePtr<TServiceInitializersList> TKikimrRunner::CreateServiceInitializers
sil->AddServiceInitializer(new TGraphServiceInitializer(runConfig));
}

if (serviceMask.EnableAwsService) {
sil->AddServiceInitializer(new TAwsApiInitializer(*this));
}
sil->AddServiceInitializer(new TAwsApiInitializer(*this));

return sil;
}
Expand Down
1 change: 0 additions & 1 deletion ydb/core/driver_lib/run/service_mask.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ union TBasicKikimrServicesMask {
bool EnableDatabaseMetadataCache:1;
bool EnableGraphService:1;
bool EnableCompDiskLimiter:1;
bool EnableAwsService:1;
};

struct {
Expand Down

0 comments on commit 3ca7872

Please sign in to comment.