Revert "address tests"

This reverts commit f2d27a432c.
This commit is contained in:
chrislu
2025-07-21 09:46:21 -07:00
parent f2d27a432c
commit 7faf058d7b
-4
View File
@@ -205,10 +205,6 @@ 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
}
}
}