fix: remove duplicate common prefixes for slash delimiter (#1797) (#1841)

Signed-off-by: houseme <housemecn@gmail.com>
Co-authored-by: houseme <housemecn@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: heihutu <30542132+heihutu@users.noreply.github.com>
Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
Co-authored-by: houseme <4829346+houseme@users.noreply.github.com>
This commit is contained in:
loverustfs
2026-02-17 21:36:31 +08:00
committed by GitHub
parent 229f0f89c8
commit cf633569a2
5 changed files with 251 additions and 127 deletions
+4
View File
@@ -29,6 +29,10 @@ mod data_usage_test;
#[cfg(test)]
mod kms;
// Regression test for issue #1797
#[cfg(test)]
mod list_objects_duplicates_test;
// Quota tests
#[cfg(test)]
mod quota_test;