Skip to content

Commit b2469aa

Browse files
authored
Fix Windows build (#30285)
1 parent 4d8370e commit b2469aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ydb/core/blob_depot/s3_windows_stub.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ namespace NKikimr::NBlobDepot {
3939

4040
void TS3Manager::OnKeyWritten(const TData::TKey& /*key*/, const TValueChain& /*valueChain*/) {}
4141

42+
void TS3Manager::OnDataLoaded() {}
43+
4244
void TBlobDepot::Handle(TEvBlobDepot::TEvPrepareWriteS3::TPtr /*ev*/) {
4345
Y_ABORT("S3 is not supported on Windows");
4446
}
4547

46-
void TBlobDepot::OnDataLoaded() {}
47-
4848
void TBlobDepot::InitS3Manager() {
4949
S3Manager->Init(Config.HasS3BackendSettings() ? &Config.GetS3BackendSettings() : nullptr);
5050
}

0 commit comments

Comments
 (0)