mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-16 09:58:21 +00:00
fix(ecstore): preserve Sets listing compatibility
This commit is contained in:
@@ -987,9 +987,7 @@ trace_hot_spans=(
|
||||
# The ECStore handle_list_objects_v2 forwarder was folded into the trait impl
|
||||
# above, so store/mod.rs now carries this hot path's TRACE requirement
|
||||
# directly (backlog#1821).
|
||||
# The pool-level Sets::list_objects_v2 wrapper was removed with its duplicate
|
||||
# pagination pipeline (backlog#1821); the remaining ECStore and SetDisks
|
||||
# wrappers below still carry the TRACE requirement.
|
||||
"crates/ecstore/src/core/sets.rs:list_objects_v2"
|
||||
"crates/ecstore/src/set_disk/ops/list.rs:list_objects_v2"
|
||||
"rustfs/src/app/bucket_usecase.rs:execute_list_objects_v2"
|
||||
"rustfs/src/app/object_usecase.rs:execute_get_object"
|
||||
|
||||
Reference in New Issue
Block a user