Xuanwo
Xuanwo
Retry the whole batch is good enough.
> Did you mean 'whole'? Aha, yes. typo fixed.
> That's a lot easier to implement . Please assign this to me. Excellent! I have assigned this task to you. Enjoy!
Thank you very much! This issue has been assigned to you. Have a great time working on it!
Thanks for the report. We should change `bucket is empty` into more understandable statements.
Thanks a lot! This issue has been assigned to you. Enjoy!
Is there an issue on the `napi-rs` side? We can link to this page to let them know that we have a demand for this feature.
`list` should return `Vec` now. @suyanhanx, would you like to change the API of opendal-nodejs?
Maybe we can provide a API scan_glob()
It seems interesting to provide a `op.glob("media/**/*.jpg")`, users can: ```rust let it = op.glob("media/**/*.jpg").await?; while let Some(entry) = it.next().await? { do_something(&entry) } ```