You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The [type of event(s)](/r2/buckets/event-notifications/#event-types) that will trigger event notifications.
1052
+
-`--queue` string required
1053
1053
- The name of the queue that will receive event notification messages.
1054
1054
-`--prefix` string optional
1055
-
-Specifies the key name prefix that an object must match to trigger event notifications. The value must be a string. Regular expressions are not supported.
1055
+
-The prefix that an object must match to emit event notifications (note: regular expressions are not supported).
1056
1056
-`--suffix` string optional
1057
-
-Specifies the key name suffix that an object must match to trigger event notifications. The value must be a string. Regular expressions are not supported.
1057
+
-The suffix that an object must match to emit event notifications (note: regular expressions are not supported).
1058
1058
1059
1059
### `notification delete`
1060
1060
1061
1061
Remove a rule from a bucket's [event notification](/r2/buckets/event-notifications/) configuration.
- The name of the R2 bucket to delete an event notification rule for.
1069
-
-`QUEUE_NAME` string required
1070
-
- The name of the queue that corresponds to the event notification rule.
1069
+
-`--queue` string required
1070
+
- The name of the queue that corresponds to the event notification rule. If no `rule` is provided, all event notification rules associated with the queue will be deleted.
1071
+
-`--rule` string optional
1072
+
- The ID of the event notification rule to delete.
1071
1073
1072
1074
### `notification get`
1073
1075
@@ -1787,7 +1789,6 @@ wrangler whoami
1787
1789
1788
1790
## `versions`
1789
1791
1790
-
1791
1792
:::note
1792
1793
The minimum required wrangler version to use these commands is 3.40.0. For versions before 3.73.0, you will need to add the `--x-versions` flag.
0 commit comments