Skip to content

Commit 33f11c8

Browse files
Updates send logs to R2 via S3-Compatible endpoint docs (#18502)
1 parent 05927ca commit 33f11c8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

src/content/docs/data-localization/how-to/r2.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ To configure Regional Services for hostnames [proxied](/dns/manage-dns-records/r
2222

2323
Regional Services only applies to the custom domain configured for an R2 Bucket.
2424

25-
### Send logs to an EU R2 bucket via an S3-compatible endpoint
25+
### Send logs to R2 via S3-Compatible endpoint
2626

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.
2828

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.
3030

3131
2. Generate an API token for your R2 bucket. You have the following two options:
3232

@@ -80,12 +80,12 @@ This command will output a hash similar to `dxxxx391b`.
8080

8181
</Details>
8282

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:
8484

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.
8686
- **Path** (optional): If you want, you can specify a folder path to organize your logs.
8787
- **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.
8989
- **Access Key ID**: Enter the Token ID created previously (`325xxxxcd`).
9090
- **Secret Access Key**: Use the SHA-256 hash of the token (`dxxxx391b`).
9191

src/content/docs/r2/reference/data-location.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Cloudflare Enterprise customers may contact their account team or [Cloudflare Su
144144
The following services do not interact with R2 resources with assigned jurisdictions:
145145

146146
- [Super Slurper](/r2/data-migration/) (_coming soon_)
147-
- [Logpush](/logs/get-started/enable-destinations/r2/)
147+
- [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.
148148

149149
### Additional considerations
150150

0 commit comments

Comments
 (0)