Skip to content

Commit a3ce300

Browse files
Align with style guide
1 parent c0edd80 commit a3ce300

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

src/content/docs/reference-architecture/diagrams/storage/event-notifications-for-storage.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,23 +40,23 @@ Consider the scenario below: A user initiates a delete from R2. An external serv
4040

4141
![Figure 2: Pull-Based R2 Event Notifications](~/assets/images/reference-architecture/event-notifications-for-storage/pull-based-event-notification.svg "Figure 2: Pull-Based R2 Event Notifications")
4242

43-
1. A user initiates a delete from R2
43+
1. A user initiates a delete from R2.
4444
2. An event notification is sent to the queue.
45-
3. The external service, when ready to process the request, makes an HTTP POST request to the queue to pull the message
45+
3. The external service, when ready to process the request, makes an HTTP POST request to the queue to pull the message.
4646
4. The queue sends the message in response to the POST request from step 3.
47-
5. The external service must acknowledge that the message has been received
47+
5. The external service must acknowledge that the message has been received.
4848

4949
You can follow the steps here to [configure a pull-based consumer](/queues/configuration/pull-consumers/#1-enable-http-pull).
5050

51-
## Additional Example Use Cases
51+
## Additional example use cases
5252

53-
- Send an email to an administrator anytime objects are deleted from R2.
53+
- Send an email to an administrator any time objects are deleted from R2.
5454
- When a video or podcast is uploaded to R2, it automatically processes the content using one of Cloudflare's Automatic Speech Recognition (ASR) AI models to generate subtitles or even translate the content.
5555
- Remove related database entries if an object in R2 is deleted.
5656

57-
## Related Resources
57+
## Related resources
5858
- [Tutorial: Log and store upload events in R2 with event notifications](/r2/tutorials/upload-logs-event-notifications/)
59-
- [Event Notifications Documentation](/r2/buckets/event-notifications/)
60-
- [Cloudflare R2 Overview](/r2/)
61-
- [Cloudflare Queues Overview](/queues/)
59+
- [Event Notifications documentation](/r2/buckets/event-notifications/)
60+
- [Cloudflare R2 overview](/r2/)
61+
- [Cloudflare Queues overview](/queues/)
6262
- [Cloudflare Queues Pull Consumers](/queues/configuration/pull-consumers/)

0 commit comments

Comments
 (0)