-
Notifications
You must be signed in to change notification settings - Fork 343
Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Description
Currently, the Rust bindings only support deleting a single key at a time (
pub fn delete(this: &R2Bucket, key: String) -> Result<js_sys::Promise, JsValue>; |
We should add a delete_multiple
call to support this.
Metadata
Metadata
Assignees
Labels
No labels