mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-28 16:07:05 +00:00
move ecsotre/error to common
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user