mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-19 02:56:18 +00:00
refactor: prune ecstore root global facades (#3680)
This commit is contained in:
@@ -789,7 +789,7 @@ pub async fn load_data_usage_cache(store: &crate::set_disk::SetDisks, name: &str
|
||||
pub async fn save_data_usage_cache(cache: &DataUsageCache, name: &str) -> crate::error::Result<()> {
|
||||
use crate::config::com::save_config;
|
||||
use crate::disk::BUCKET_META_PREFIX;
|
||||
use crate::resolve_object_store_handle;
|
||||
use crate::global::resolve_object_store_handle;
|
||||
use std::path::Path;
|
||||
|
||||
let Some(store) = resolve_object_store_handle() else {
|
||||
|
||||
Reference in New Issue
Block a user