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: src/content/docs/r2/buckets/event-notifications.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ Event notifications send messages to your [queue](/queues/) when data in your R2
12
12
Before getting started, you will need:
13
13
14
14
- An existing R2 bucket. If you do not already have an existing R2 bucket, refer to [Create buckets](/r2/buckets/create-buckets/).
15
-
- An existing queue. If you do not already have a queue, refer to [Create a queue](/queues/get-started/#3-create-a-queue).
15
+
- An existing queue. If you do not already have a queue, refer to [Create a queue](/queues/get-started/#2-create-a-queue).
16
16
- A [consumer Worker](/queues/reference/how-queues-works/#create-a-consumer-worker) or [HTTP pull](/queues/configuration/pull-consumers/) enabled on your Queue.
Copy file name to clipboardExpand all lines: src/content/docs/r2/tutorials/cloudflare-access.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Within the **Zero Trust** section of the Cloudflare Dashboard, you will need to
35
35
If you have not configured Cloudflare Access before, we recommend:
36
36
37
37
* Configuring an [identity provider](/cloudflare-one/identity/) first to enable Access to use your organization's single-sign on (SSO) provider as an authentication method.
38
-
* Creating an [Access group](/cloudflare-one/identity/users/groups/#access-groups) that defines which users or groups within your organization can access specific resources.
38
+
* Creating an [Access group](/cloudflare-one/identity/users/groups/) that defines which users or groups within your organization can access specific resources.
39
39
40
40
To create an Access application for your R2 bucket:
41
41
@@ -47,7 +47,7 @@ To create an Access application for your R2 bucket:
47
47
6. Configure the **Identity providers** that will be used to protect this domain using Access.
48
48
7. Click **Next**
49
49
8. Enter a **Policy name** and an **Action**. This should be **Allow**, and will enable the group(s) you select to access objects within the bucket behind this Access application.
50
-
9. To **Assign a group** (or groups) and allow access to your bucket, select one or more groups. If you have not created any groups, you will [need to do this first](/cloudflare-one/identity/users/groups/#access-groups). You should **ensure that this group only contains the users within your organization that need access to this R2 bucket**.
50
+
9. To **Assign a group** (or groups) and allow access to your bucket, select one or more groups. If you have not created any groups, you will [need to do this first](/cloudflare-one/identity/users/groups/). You should **ensure that this group only contains the users within your organization that need access to this R2 bucket**.
51
51
10. Click **Next** and then **Add an application**.
52
52
53
53
Review the [Cloudflare Access documentation](/cloudflare-one/applications/configure-apps/self-hosted-apps/) to understand how to configure additional Access application options.
@@ -70,7 +70,7 @@ You will need to [connect a custom domain](/r2/buckets/public-buckets/#connect-a
70
70
71
71
Visit the custom domain you connected to your R2 bucket, which should present a Cloudflare Access authentication page with your selected identity provider(s) and/or authentication methods.
72
72
73
-
For example, if you connected Google and/or GitHub identity providers, you can log in with those providers. If the login is successful and your account is a member of the [Access group](/cloudflare-one/identity/users/groups/#access-groups) you associated with the Access application you created in this guide, you will be able to access (read/download) objects within the R2 bucket.
73
+
For example, if you connected Google and/or GitHub identity providers, you can log in with those providers. If the login is successful and your account is a member of the [Access group](/cloudflare-one/identity/users/groups/) you associated with the Access application you created in this guide, you will be able to access (read/download) objects within the R2 bucket.
74
74
75
75
If you cannot authenticate or receive a block page after authenticating, check that you have an [Access policy](/cloudflare-one/applications/configure-apps/self-hosted-apps/#2-add-an-access-policy) configured within your Access application that explicitly allows the group your user account is associated with.
Copy file name to clipboardExpand all lines: src/content/docs/r2/tutorials/upload-logs-event-notifications.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ To begin, refer to [Install/Update Wrangler](/workers/wrangler/install-and-updat
31
31
32
32
You will need to create two R2 buckets:
33
33
34
-
-`example-upload-bucket`: When new objects are uploaded to this bucket, your [consumer Worker](/queues/get-started/#5-create-your-consumer-worker) will write logs.
34
+
-`example-upload-bucket`: When new objects are uploaded to this bucket, your [consumer Worker](/queues/get-started/#4-create-your-consumer-worker) will write logs.
35
35
-`example-log-sink-bucket`: Upload logs from `example-upload-bucket` will be written to this bucket.
36
36
37
37
To create the buckets, run the following Wrangler commands:
0 commit comments