We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d8370e commit b2469aaCopy full SHA for b2469aa
ydb/core/blob_depot/s3_windows_stub.cpp
@@ -39,12 +39,12 @@ namespace NKikimr::NBlobDepot {
39
40
void TS3Manager::OnKeyWritten(const TData::TKey& /*key*/, const TValueChain& /*valueChain*/) {}
41
42
+ void TS3Manager::OnDataLoaded() {}
43
+
44
void TBlobDepot::Handle(TEvBlobDepot::TEvPrepareWriteS3::TPtr /*ev*/) {
45
Y_ABORT("S3 is not supported on Windows");
46
}
47
- void TBlobDepot::OnDataLoaded() {}
-
48
void TBlobDepot::InitS3Manager() {
49
S3Manager->Init(Config.HasS3BackendSettings() ? &Config.GetS3BackendSettings() : nullptr);
50
0 commit comments