mirror of
https://github.com/pgsty/minio.git
synced 2026-09-13 22:14:03 +03: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