Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

获取对象 Meta 信息时,返回信息中没有包含文件 type 类型字段 #52

Open
charkecc opened this issue Jul 18, 2018 · 0 comments

Comments

@charkecc
Copy link

return $objectMeta;

`
return $objectMeta;

修改为:
return $this->normalizeResponse($objectMeta, $path);
`
不然的话文件类型往下执行就识别成文件夹类型了;删除多个远程文件时会出现操作成功,但却只删除一个文件,原因就是把文件类型识别成了文件夹了。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant