Feat: delete objects

This commit is contained in:
HFO4
2019-11-30 15:09:56 +08:00
parent 0cbbe5bb79
commit 93010e3525
26 changed files with 398 additions and 55 deletions

View File

@@ -74,7 +74,7 @@ func TestFileSystem_GetContent(t *testing.T) {
asserts.Equal(ErrObjectNotExist, err)
asserts.Nil(rs)
// 未知上传策略
// 未知存储策略
file, err := os.Create("TestFileSystem_GetContent.txt")
asserts.NoError(err)
_ = file.Close()