Files
rustfs/crates
安正超 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-08-08 10:23:22 +08:00
2025-09-24 02:48:23 -07:00
2025-09-30 17:32:23 +08:00
2025-09-27 17:57:56 -07:00
2025-09-09 18:39:51 +08:00
2025-08-23 17:30:06 +08:00