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/data-localization/how-to/r2.mdx
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,11 +22,11 @@ To configure Regional Services for hostnames [proxied](/dns/manage-dns-records/r
22
22
23
23
Regional Services only applies to the custom domain configured for an R2 Bucket.
24
24
25
-
### Send logs to an EU R2 bucket via an S3-compatible endpoint
25
+
### Send logs to R2 via S3-Compatible endpoint
26
26
27
-
The following instructions will show you how to set up a Logpush job using an S3-compatible endpoint to store logs in an R2 bucket with EU jurisdiction.
27
+
The following instructions will show you how to set up a Logpush job using an S3-compatible endpoint to store logs in an R2 bucket in the jurisdiction of your choice.
28
28
29
-
1. Create an [R2 bucket](/r2/get-started/) in your Cloudflare account and set EU as the jurisdiction.
29
+
1. Create an [R2 bucket](/r2/get-started/) in your Cloudflare account and select the [jurisdiction](/r2/reference/data-location/#set-jurisdiction-via-the-cloudflare-dashboard) you would like to use.
30
30
31
31
2. Generate an API token for your R2 bucket. You have the following two options:
32
32
@@ -80,12 +80,12 @@ This command will output a hash similar to `dxxxx391b`.
80
80
81
81
</Details>
82
82
83
-
3. Set up a Logpush destination using [S3-compatible endpoint](/logs/get-started/enable-destinations/s3-compatible-endpoints/) and fill in the required fields as follows:
83
+
3. Set up a Logpush destination using [S3-compatible endpoint](/logs/get-started/enable-destinations/s3-compatible-endpoints/) and fill in the following fields:
84
84
85
-
-**Bucket**: Enter the name of the R2 bucket you created with the EU jurisdiction.
85
+
-**Bucket**: Enter the name of the R2 bucket you created with the jurisdiction you would like to use.
86
86
-**Path** (optional): If you want, you can specify a folder path to organize your logs.
87
87
-**Endpoint URL**: Provide the S3 API endpoint for your bucket in the format `<account-id>.eu.r2.cloudflarestorage.com`. Do not include the bucket name, as it was set in the first field.
88
-
-**Bucket Region**: Use`WEUR` to specify the EU region.
88
+
-**Bucket Region**: For instance, use`WEUR` to specify the EU region.
89
89
-**Access Key ID**: Enter the Token ID created previously (`325xxxxcd`).
90
90
-**Secret Access Key**: Use the SHA-256 hash of the token (`dxxxx391b`).
-[Logpush](/logs/get-started/enable-destinations/r2/). As a workaround to this limitation, you can set up a [Logpush job using an S3-compatible endpoint](/data-localization/how-to/r2/#send-logs-to-r2-via-s3-compatible-endpoint) to store logs in an R2 bucket in the jurisdiction of your choice.
0 commit comments