mirror of
https://github.com/rustfs/rustfs.git
synced 2026-09-06 20:19:14 +00:00
2bd1d70729
- Add ahash dependency to ecstore crate - Import AHashMap in object.rs and bucket_lifecycle_ops.rs - Update StaleMultipartUploadCandidate.metadata to use AHashMap - Update stale_upload_lifecycle_due to use generics - Update stale_upload_current_size_with_opts to use generics - Fix all .into() calls to use iter().collect() for AHashMap conversion - Fix user_defined assignments to use iter().collect() - Fix replacement_metadata to use AHashMap All compilation errors resolved. rustfs-ecstore now compiles successfully. Refs: https://github.com/rustfs/backlog/issues/2005 Co-Authored-By: heihutu <heihutu@gmail.com>