address tests

This commit is contained in:
chrislu
2025-07-21 09:44:12 -07:00
parent 07619950a1
commit f2d27a432c
+4
View File
@@ -205,6 +205,10 @@ func (s3a *S3ApiServer) listFilerEntries(bucket string, originalPrefix string, m
delimiterFound = true
lastEntryWasCommonPrefix = true
lastCommonPrefixName = delimitedPath[0]
} else {
// This object belongs to an existing CommonPrefix, skip it entirely
// to prevent it from affecting truncation logic
return
}
}
}