Skip to content

Commit 5535b4c

Browse files
authored
[R2] Document the max number of keys that may be deleted at a time (#18711)
1 parent 7e0a039 commit 5535b4c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/content/docs/r2/api/workers/workers-api-reference.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ export default {
8787

8888
- Deletes the given <code>values</code> and metadata under the associated <code>keys</code>. Once the delete succeeds, returns <code>void</code>.
8989
- R2 deletes are strongly consistent. Once the Promise resolves, all subsequent read operations will no longer see the provided key value pairs globally.
90+
- Up to 1000 keys may be deleted per call.
9091

9192
- `list` <Type text="(options?: R2ListOptions): Promise<R2Objects>" />
9293

0 commit comments

Comments
 (0)