mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05: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