fix: listobjects v2 pagination (#1607)

This commit is contained in:
安正超
2026-01-25 09:30:08 +08:00
committed by GitHub
parent 3838a13606
commit 4890fb25c1
5 changed files with 461 additions and 34 deletions
+1 -1
View File
@@ -81,7 +81,7 @@ mod tests {
assert!(info.used > 0);
assert!(info.files > 0);
assert!(info.ffree > 0);
assert!(!info.fstype.is_empty());
assert!(info.total >= info.free);
}
#[test]