Files
rustfs/crates/ecstore/src
安正超andGitHub 007d9c0b21 fix: normalize ETag comparison in multipart upload and replication (#627)
- Normalize ETags by removing quotes before comparison in complete_multipart_upload
- Fix ETag comparison in replication logic to handle quoted ETags from API responses
- Fix ETag comparison in transition object logic
- Add unit tests for trim_etag function

This fixes the ETag mismatch error when uploading large files (5GB+) via multipart upload,
which was caused by PR #592 adding quotes to ETag responses while internal storage remains unquoted.

Fixes #625
2025-10-08 21:19:57 +08:00
..
2025-09-30 17:32:23 +08:00
2025-09-11 19:48:28 +08:00
2025-09-11 19:48:28 +08:00
2025-07-29 14:21:19 +08:00
2025-09-24 02:48:23 -07:00
2025-09-18 12:00:43 +08:00