mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
posix: reserved files should be filtered out at posix not object layer. (#1554)
This commit is contained in:
@@ -123,9 +123,6 @@ func treeWalk(layer ObjectLayer, bucket, prefixDir, entryPrefixMatch, marker str
|
||||
if !strings.HasPrefix(entry, entryPrefixMatch) {
|
||||
entries[i] = ""
|
||||
}
|
||||
if hasReservedPrefix(entry) || hasReservedSuffix(entry) {
|
||||
entries[i] = ""
|
||||
}
|
||||
}
|
||||
}
|
||||
// For XL multipart files strip the trailing "/" and append ".minio.multipart" to the entry so that
|
||||
|
||||
Reference in New Issue
Block a user