mirror of
https://github.com/pgsty/minio.git
synced 2026-07-19 04:00:25 +03:00
Add deadcode code which recursivley goes into all directories and verifies dangling variables.
This commit is contained in:
@@ -22,7 +22,7 @@ import (
|
||||
|
||||
// Limit number of objects in a given response
|
||||
const (
|
||||
MAX_OBJECT_LIST = 1000
|
||||
maxObjectList = 1000
|
||||
)
|
||||
|
||||
// Object list response format
|
||||
|
||||
Reference in New Issue
Block a user