File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ use crate::{
41
41
metrics:: storage:: { azureblob:: REQUEST_RESPONSE_TIME , StorageMetrics } ,
42
42
option:: validation,
43
43
parseable:: LogStream ,
44
+ storage:: SETTINGS_ROOT_DIRECTORY ,
44
45
} ;
45
46
46
47
use super :: {
@@ -336,6 +337,7 @@ impl ObjectStorage for LocalFS {
336
337
PARSEABLE_ROOT_DIRECTORY ,
337
338
USERS_ROOT_DIR ,
338
339
ALERTS_ROOT_DIRECTORY ,
340
+ SETTINGS_ROOT_DIRECTORY ,
339
341
] ;
340
342
let directories = ReadDirStream :: new ( fs:: read_dir ( & self . root ) . await ?) ;
341
343
let entries: Vec < DirEntry > = directories. try_collect ( ) . await ?;
@@ -356,6 +358,7 @@ impl ObjectStorage for LocalFS {
356
358
"lost+found" ,
357
359
PARSEABLE_ROOT_DIRECTORY ,
358
360
ALERTS_ROOT_DIRECTORY ,
361
+ SETTINGS_ROOT_DIRECTORY ,
359
362
] ;
360
363
let directories = ReadDirStream :: new ( fs:: read_dir ( & self . root ) . await ?) ;
361
364
let entries: Vec < DirEntry > = directories. try_collect ( ) . await ?;
You can’t perform that action at this time.
0 commit comments