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
如题 const config = new qiniu.conf.Config(); config.zone = qiniu.zone.Zone_as0 bucketManager.batch(deleteOperations)
The text was updated successfully, but these errors were encountered:
批量操作无需指定区域。
会使用第一个 operation 的 bucket 自动识别所在区域。
Sorry, something went wrong.
我批量删除前,肯定有获取文件列表, 删除文件提示桶不存在,改了SDK代码打印后,发现用的是默认地址
@Jabriel828 您要删除的文件不在一个区域吗?批量操作只能操作同一个区域的文件
No branches or pull requests
如题
const config = new qiniu.conf.Config();
config.zone = qiniu.zone.Zone_as0
bucketManager.batch(deleteOperations)
The text was updated successfully, but these errors were encountered: