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.
1053
+
-`--queue` string required
1054
1054
- The name of the queue that will receive event notification messages.
1055
1055
-`--prefix` string optional
1056
-
-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.
1056
+
-The prefix that an object must match to emit event notifications (note: regular expressions are not supported).
1057
1057
-`--suffix` string optional
1058
-
-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.
1058
+
-The suffix that an object must match to emit event notifications (note: regular expressions are not supported).
1059
1059
1060
1060
### `notification delete`
1061
1061
1062
1062
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.
1070
-
-`QUEUE_NAME` string required
1071
-
- The name of the queue that corresponds to the event notification rule.
1070
+
-`--queue` string required
1071
+
- 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.
1072
+
-`--rule` string optional
1073
+
- The ID of the event notification rule to delete.
1072
1074
1073
1075
### `notification get`
1074
1076
@@ -1788,7 +1790,6 @@ wrangler whoami
1788
1790
1789
1791
## `versions`
1790
1792
1791
-
1792
1793
:::note
1793
1794
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