mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 05:30:24 +03: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