Skip to content

Commit

Permalink
[R2] Document the max number of keys that may be deleted at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
jahands committed Dec 12, 2024
1 parent d37d2e5 commit f6efe43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/content/docs/r2/api/workers/workers-api-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default {

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

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

Expand Down

0 comments on commit f6efe43

Please sign in to comment.