Skip to content
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -1155,6 +1155,9 @@
/r2/reference/changelog/index.xml /r2/platform/changelog/index.xml 301
/r2/reference/limits/ /r2/platform/limits/ 301
/r2/reference/metrics-analytics/ /r2/platform/metrics-analytics/ 301
/r2/examples/mastodon/ /r2/tutorials/mastodon/ 301
/r2/examples/postman/ /r2/tutorials/postman/ 301
/r2/examples/cloudflare-access/ /r2/tutorials/cloudflare-access/ 301

# style-guide
/style-guide/formatting/symbols-in-ui-element-names/ /style-guide/formatting/ui-elements/ 301
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/r2/buckets/event-notifications.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ $ npx wrangler r2 bucket notification create <BUCKET_NAME> --event-type <EVENT_T
$ npx wrangler r2 bucket notification create <BUCKET_NAME> --event-type <EVENT_TYPE> --queue <QUEUE_NAME> --prefix "<PREFIX_VALUE>" --suffix "<SUFFIX_VALUE>"
```

For a more complete step-by-step example, refer to the [Log and store upload events in R2 with event notifications](/r2/examples/upload-logs-event-notifications/) example.
For a more complete step-by-step example, refer to the [Log and store upload events in R2 with event notifications](/r2/tutorials/upload-logs-event-notifications/) example.

## Event notification rules

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Protect an R2 Bucket with Cloudflare Access
pcx_content_type: example
pcx_content_type: tutorial
content_type: 📝 Tutorial

---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
pcx_content_type: navigation
title: Tutorials
content_type: 📝 Tutorial
sidebar:
order: 8

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Postman
summary: Learn how to configure Postman to interact with R2.
content_type: 📝 Tutorial
pcx_content_type: example
description: Learn how to configure Postman to interact with R2.

Expand Down
Loading