mirror of
https://github.com/minio/minio.git
synced 2025-11-23 02:57:42 -05:00
Fix recursive deep scan of buckets (#8900)
This commit is contained in:
@@ -34,7 +34,6 @@ type listParams struct {
|
||||
recursive bool
|
||||
marker string
|
||||
prefix string
|
||||
heal bool
|
||||
}
|
||||
|
||||
// errWalkAbort - returned by doTreeWalk() if it returns prematurely.
|
||||
|
||||
Reference in New Issue
Block a user