mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-08 13:06:00 +00:00
c8fc50ada2
Introduce an object heal receipt wrapper so storage owners can report a positive repaired or verified result without changing legacy heal consumers. Task-level object heal now records only receipts that match the requested object identity, version, pool, set, and carry a bucket incarnation. Legacy and mismatched receipts still fall back to unknown outcome accounting. Co-authored-by: zhi22915 <qiuzgang@gmail.com>