mirror of
https://github.com/minio/minio.git
synced 2025-11-21 10:16:03 -05:00
Support creating directories on erasure coded backend (#5443)
This PR continues from #5049 where we started supporting directories for erasure coded backend
This commit is contained in:
committed by
Nitish Tiwari
parent
45c35b3544
commit
3ea28e9771
@@ -75,8 +75,6 @@ func TestXLDeleteObjectBasic(t *testing.T) {
|
||||
{"----", "obj", BucketNameInvalid{Bucket: "----"}},
|
||||
{"bucket", "", ObjectNameInvalid{Bucket: "bucket", Object: ""}},
|
||||
{"bucket", "doesnotexist", ObjectNotFound{Bucket: "bucket", Object: "doesnotexist"}},
|
||||
{"bucket", "obj/", ObjectNotFound{Bucket: "bucket", Object: "obj/"}},
|
||||
{"bucket", "/obj", ObjectNotFound{Bucket: "bucket", Object: "/obj"}},
|
||||
{"bucket", "obj", nil},
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user