mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-26 08:18:18 +00:00
refactor: move ecstore store init support (#3931)
This commit is contained in:
@@ -2796,6 +2796,7 @@ fi
|
||||
{
|
||||
[[ -e crates/ecstore/src/store_list_objects.rs ]] && printf '%s\n' 'crates/ecstore/src/store_list_objects.rs'
|
||||
[[ -e crates/ecstore/src/store_utils.rs ]] && printf '%s\n' 'crates/ecstore/src/store_utils.rs'
|
||||
[[ -e crates/ecstore/src/store_init.rs ]] && printf '%s\n' 'crates/ecstore/src/store_init.rs'
|
||||
true
|
||||
}
|
||||
) >"$ECSTORE_ROOT_STORE_SUPPORT_MODULE_HITS_FILE"
|
||||
|
||||
Reference in New Issue
Block a user