move ecsotre/error to common

This commit is contained in:
weisd
2025-03-25 17:14:40 +08:00
parent c3b47adf39
commit 545ae79e44
81 changed files with 444 additions and 359 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
use crate::{disk::RUSTFS_META_BUCKET, error::Error};
use crate::disk::RUSTFS_META_BUCKET;
use common::error::{Error, Result};
pub fn is_meta_bucketname(name: &str) -> bool {
name.starts_with(RUSTFS_META_BUCKET)