@@ -215,7 +215,7 @@ func exist(objName string) (bool, error) {
return false, errors.New(resp.Msg)
}
- return true, nil
+ return resp.Info, nil
func DeleteMulti(objNames ...string) error {