Fix/response (#485)

* fix:list_parts response

* fix:list_objects skip delete_marker
This commit is contained in:
weisd
2025-09-03 17:52:31 +08:00
committed by GitHub
parent cf4d63795f
commit 01b2623f66
4 changed files with 42 additions and 3 deletions
+1 -1
View File
@@ -1003,7 +1003,7 @@ async fn gather_results(
}
}
if !opts.incl_deleted && entry.is_object() && entry.is_latest_delete_marker() && entry.is_object_dir() {
if !opts.incl_deleted && entry.is_object() && entry.is_latest_delete_marker() && !entry.is_object_dir() {
continue;
}