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 f03b15c commit 3ef099dCopy full SHA for 3ef099d
docs/buckets/object-notifications.md
@@ -115,13 +115,13 @@ filtering uses the SQL-like syntax defined in
115
An example to only receive notifications for a key with a prefix of `images/`:
116
117
```sql
118
-WHERE key REGEXP "^images"
+WHERE `key` REGEXP "^images"
119
```
120
121
Or to only receive notifications for delete events:
122
123
124
-WHERE "Event-Type" = "OBJECT_DELETED"
+WHERE `Event-Type` = "OBJECT_DELETED"
125
126
127
## Pricing
0 commit comments