mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
list: Fix IsTruncated and NextMarker when encountering expired objects (#19290)
This commit is contained in:
@@ -473,6 +473,8 @@ type metaCacheEntriesSorted struct {
|
||||
listID string
|
||||
// Reuse buffers
|
||||
reuse bool
|
||||
// Contain the last skipped object after an ILM expiry evaluation
|
||||
lastSkippedEntry string
|
||||
}
|
||||
|
||||
// shallowClone will create a shallow clone of the array objects,
|
||||
|
||||
Reference in New Issue
Block a user