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 235e0c7 commit 88c9d9bCopy full SHA for 88c9d9b
src/content/docs/workers/wrangler/commands.mdx
@@ -945,6 +945,8 @@ wrangler r2 bucket notification create <NAME> [OPTIONS]
945
- The prefix that an object must match to emit event notifications (note: regular expressions are not supported).
946
- `--suffix` <Type text="string" /> <MetaInfo text="optional" />
947
- The suffix that an object must match to emit event notifications (note: regular expressions are not supported).
948
+- `--description` <Type text="string" /> <MetaInfo text="optional" />
949
+ - A description that can make it easier to identify your event notification rule after creation.
950
951
### `notification delete`
952
0 commit comments