mirror of
https://github.com/rustfs/rustfs.git
synced 2026-07-27 16:48:58 +00:00
d6840a6e04
* feat: add support for range requests in upload_part_copy and implement parse_copy_source_range function * style: format debug and error logging for improved readability * feat: implement parse_copy_source_range function and improve error handling in range requests * Update rustfs/src/storage/ecfs.rs Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * fix: correct return type in parse_copy_source_range function * fix: remove unnecessary unwrap in parse_copy_source_range tests * fix: simplify etag comparison in copy condition validation --------- Co-authored-by: DamonXue <damonxue2@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: loverustfs <155562731+loverustfs@users.noreply.github.com>