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
Copy file name to clipboardExpand all lines: packages/wrangler/src/__tests__/r2.test.ts
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1021,10 +1021,10 @@ describe("r2", () => {
1021
1021
-v, --version Show version number [boolean]
1022
1022
1023
1023
OPTIONS
1024
-
--event-types, --event-type Specify the kinds of object events to emit notifications for. ex. '--event-types object-create object-delete' [array] [required] [choices: \\"object-create\\", \\"object-delete\\"]
1025
-
--prefix only actions on objects with this prefix will emit notifications [string]
1026
-
--suffix only actions on objects with this suffix will emit notifications [string]
1027
-
--queue The name of the queue to which event notifications will be sent. ex '--queue my-queue' [string] [required]"
1024
+
--event-types, --event-type The type of event(s) that will emit event notifications [array] [required] [choices: \\"object-create\\", \\"object-delete\\"]
1025
+
--prefix The prefix that an object must match to emit event notifications (note: regular expressions not supported) [string]
1026
+
--suffix The suffix that an object must match to emit event notifications (note: regular expressions not supported) [string]
1027
+
--queue The name of the queue that will receive event notification messages [string] [required]"
0 commit comments