mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-07 05:43:14 +00:00
fix: implement uses_data_dir method
Signed-off-by: junxiang Mu <1948535941@qq.com>
This commit is contained in:
@@ -1523,8 +1523,7 @@ impl MetaObject {
|
||||
}
|
||||
|
||||
pub fn uses_data_dir(&self) -> bool {
|
||||
// TODO: when use inlinedata
|
||||
true
|
||||
!self.inlinedata()
|
||||
}
|
||||
|
||||
pub fn inlinedata(&self) -> bool {
|
||||
|
||||
Reference in New Issue
Block a user