mirror of
https://github.com/minio/minio.git
synced 2025-11-23 19:17:43 -05:00
refactor: add multipart code to the object layer.
This commit is contained in:
committed by
Harshavardhana
parent
3c48537f20
commit
01a439f95b
@@ -42,8 +42,8 @@ func APITestSuite(c *check.C, create func() ObjectAPI) {
|
||||
testNonExistantObjectInBucket(c, create)
|
||||
testGetDirectoryReturnsObjectNotFound(c, create)
|
||||
testDefaultContentType(c, create)
|
||||
// testMultipartObjectCreation(c, create)
|
||||
// testMultipartObjectAbort(c, create)
|
||||
testMultipartObjectCreation(c, create)
|
||||
testMultipartObjectAbort(c, create)
|
||||
}
|
||||
|
||||
func testMakeBucket(c *check.C, create func() ObjectAPI) {
|
||||
|
||||
Reference in New Issue
Block a user