mirror of
https://github.com/minio/minio.git
synced 2025-11-09 05:34:56 -05:00
fix: deprecate skyring/uuid and use maintained google/uuid (#9340)
This commit is contained in:
@@ -1032,7 +1032,7 @@ func testListMultipartUploads(obj ObjectLayer, instanceType string, t TestErrHan
|
||||
{bucketNames[0], "asia", "asia/europe/", "abc", "", 0, ListMultipartsInfo{},
|
||||
fmt.Errorf("Invalid combination of uploadID marker '%s' and marker '%s'", "abc", "asia/europe/"), false},
|
||||
{bucketNames[0], "asia", "asia/europe", "abc", "", 0, ListMultipartsInfo{},
|
||||
fmt.Errorf("unknown UUID string %s", "abc"), false},
|
||||
fmt.Errorf("Malformed upload id %s", "abc"), false},
|
||||
|
||||
// Setting up valid case of ListMultiPartUploads.
|
||||
// Test case with multiple parts for a single uploadID (Test number 13).
|
||||
|
||||
Reference in New Issue
Block a user