mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
parent
e4240aa58f
commit
5b95f097d4
@ -342,6 +342,10 @@ func listMetaBucketMultipartFiles(layer ObjectLayer, prefixPath string, markerPa
|
||||
storage = l.storage
|
||||
}
|
||||
|
||||
if recursive && markerPath != "" {
|
||||
markerPath = pathJoin(markerPath, incompleteFile)
|
||||
}
|
||||
|
||||
walker := lookupTreeWalk(layer, listParams{minioMetaBucket, recursive, markerPath, prefixPath})
|
||||
if walker == nil {
|
||||
walker = startTreeWalk(layer, minioMetaBucket, prefixPath, markerPath, recursive)
|
||||
|
Loading…
Reference in New Issue
Block a user