mirror of
https://github.com/minio/minio.git
synced 2025-11-25 20:16:10 -05:00
xl/ListFiles: return as many objects as requested. (#1383)
* xl/ListFiles: return as many objects as requested and take care of eof (#1361) * xl/ListFiles: fix review comments. * xl/ListFiles: Add windows filepath translation. * xl/ListFiles: Use slashSeparator instead of "/". Remove filepath.FromSlash() as golang-windows takes care of it automatically.
This commit is contained in:
committed by
Harshavardhana
parent
9685f88b84
commit
4333e529e6
@@ -29,3 +29,6 @@ var errNumDisks = errors.New("Invalid number of disks provided, should be always
|
||||
|
||||
// errModTime - returned for missing file modtime.
|
||||
var errModTime = errors.New("Missing 'file.modTime' in metadata")
|
||||
|
||||
// errUnexpected - returned for any unexpected error.
|
||||
var errUnexpected = errors.New("Unexpected error - please report at https://github.com/minio/minio/issues")
|
||||
|
||||
Reference in New Issue
Block a user