批量删除无法指定区域
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 590
- Forks
- 191
- PR merge metrics
- No merged PRs in 30d
Description
如题
const config = new qiniu.conf.Config();
config.zone = qiniu.zone.Zone_as0
bucketManager.batch(deleteOperations)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the qiniu Node.js SDK usage shown in the issue: Config.zone, bucketManager.batch, and deleteOperations. Trace how batch deletion handles the configured zone and verify that the requested region is honored when the batch operation completes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, nodejs
- Domain
- cloud
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100