We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Aliyun-oss-storage/src/AliOssAdapter.php
Line 507 in 9abd13b
修改为: return $this->normalizeResponse($objectMeta, $path); ` 不然的话文件类型往下执行就识别成文件夹类型了;删除多个远程文件时会出现操作成功,但却只删除一个文件,原因就是把文件类型识别成了文件夹了。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Aliyun-oss-storage/src/AliOssAdapter.php
Line 507 in 9abd13b
`
return $objectMeta;
修改为:
return $this->normalizeResponse($objectMeta, $path);
`
不然的话文件类型往下执行就识别成文件夹类型了;删除多个远程文件时会出现操作成功,但却只删除一个文件,原因就是把文件类型识别成了文件夹了。
The text was updated successfully, but these errors were encountered: