Skip to content

Commit 3ef099d

Browse files
committed
fix: typo in object notifications filter
1 parent f03b15c commit 3ef099d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/buckets/object-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,13 +115,13 @@ filtering uses the SQL-like syntax defined in
115115
An example to only receive notifications for a key with a prefix of `images/`:
116116

117117
```sql
118-
WHERE key REGEXP "^images"
118+
WHERE `key` REGEXP "^images"
119119
```
120120

121121
Or to only receive notifications for delete events:
122122

123123
```sql
124-
WHERE "Event-Type" = "OBJECT_DELETED"
124+
WHERE `Event-Type` = "OBJECT_DELETED"
125125
```
126126

127127
## Pricing

0 commit comments

Comments
 (0)