mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 21:26:28 +00:00
refactor(lifecycle): extract core rule contracts (#4258)
This commit is contained in:
@@ -795,7 +795,7 @@ impl ScannerItem {
|
||||
|
||||
let object_opts = object_infos
|
||||
.iter()
|
||||
.map(ObjectOpts::from_object_info)
|
||||
.map(crate::ecstore_object_opts_from_object_info)
|
||||
.collect::<Vec<ObjectOpts>>();
|
||||
|
||||
let events = match Evaluator::new(lifecycle.clone())
|
||||
|
||||
Reference in New Issue
Block a user