We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082682c commit 1223e3bCopy full SHA for 1223e3b
src/content/docs/workers/wrangler/commands.mdx
@@ -938,6 +938,8 @@ wrangler r2 bucket notification create <NAME> [OPTIONS]
938
- The prefix that an object must match to emit event notifications (note: regular expressions are not supported).
939
- `--suffix` <Type text="string" /> <MetaInfo text="optional" />
940
- The suffix that an object must match to emit event notifications (note: regular expressions are not supported).
941
+- `--description` <Type text="string" /> <MetaInfo text="optional" />
942
+ - A description that can be used to identify the event notification rule after creation.
943
944
### `notification delete`
945
0 commit comments