- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for isLatestDeletemarker (0.06 sec)
-
cmd/metacache-set.go
return false } if !o.IncludeDirectories && (entry.isDir() || (!o.Versioned && entry.isObjectDir() && entry.isLatestDeletemarker())) { return true } if !entry.isInDir(o.Prefix, o.Separator) { return true } if !o.InclDeleted && entry.isObject() && entry.isLatestDeletemarker() && !entry.isObjectDir() { return true } if !o.InclDeleted && entry.isAllFreeVersions() { return true
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Sun Sep 28 20:59:21 UTC 2025 - 30.7K bytes - Viewed (0)