mirror of
https://github.com/minio/minio.git
synced 2025-11-28 13:09:09 -05:00
ListObjects now considers multipart objects, also move to upstream check.v1
This commit is contained in:
@@ -19,7 +19,7 @@ package erasure
|
||||
import (
|
||||
"bytes"
|
||||
|
||||
. "github.com/minio/check"
|
||||
. "gopkg.in/check.v1"
|
||||
)
|
||||
|
||||
func corruptChunks(chunks [][]byte, errorIndex []int) [][]byte {
|
||||
|
||||
Reference in New Issue
Block a user