mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-13 16:46:55 +00:00
8b57076194
Delete five zero-caller client modules (api_bucket_policy, api_get_object_acl, api_get_object_attributes, api_get_object_file, api_restore), the orphaned TransitionCore get/put_bucket_policy wrappers, and the two constants only they consumed. Also removes two unwrap() panics on remote-controlled data in api_get_object_acl.rs (non-UTF-8 body, missing Owner ID). Tier warm-backend APIs untouched. Ref: rustfs/backlog#1822 (T1)