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/reference/data-location.mdx
+16-25Lines changed: 16 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,6 @@ title: Data location
3
3
pcx_content_type: concept
4
4
sidebar:
5
5
order: 7
6
-
7
6
---
8
7
9
8
Learn how the location of data stored in R2 is determined and about the different available inputs that control the physical location where objects in your buckets are stored.
@@ -25,7 +24,7 @@ You can choose to automatically create your bucket in the closest available regi
25
24
1. Log in to the [Cloudflare dashboard](https://dash.cloudflare.com) and select **R2**.
26
25
2. Select **Create bucket**.
27
26
3. Enter a name for the bucket.
28
-
4. Under **Location**, leave *None* selected for automatic selection or choose a region from the list.
27
+
4. Under **Location**, leave _None_ selected for automatic selection or choose a region from the list.
29
28
5. Select **Create bucket** to complete the bucket creation process.
30
29
31
30
### Set hints via the S3 API
@@ -34,12 +33,12 @@ You can set the Location Hint via the `LocationConstraint` parameter using the S
34
33
35
34
```js
36
35
awaitS3.send(
37
-
newCreateBucketCommand({
38
-
Bucket:"YOUR_BUCKET_NAME",
39
-
CreateBucketConfiguration: {
40
-
LocationConstraint:"WNAM",
41
-
},
42
-
})
36
+
newCreateBucketCommand({
37
+
Bucket:"YOUR_BUCKET_NAME",
38
+
CreateBucketConfiguration: {
39
+
LocationConstraint:"WNAM",
40
+
},
41
+
}),
43
42
);
44
43
```
45
44
@@ -63,14 +62,6 @@ Location Hints are only honored the first time a bucket with a given name is cre
63
62
64
63
## Jurisdictional Restrictions
65
64
66
-
:::note
67
-
68
-
69
-
This feature is currently in beta. If you have feedback, reach out to us on the [Cloudflare Developer Discord](https://discord.cloudflare.com) in the #r2-storage channel or open a thread on the [Community Forum](https://community.cloudflare.com/c/developers/storage/81).
70
-
71
-
72
-
:::
73
-
74
65
Jurisdictional Restrictions guarantee objects in a bucket are stored within a specific jurisdiction.
75
66
76
67
Use Jurisdictional Restrictions when you need to ensure data is stored and processed within a jurisdiction to meet data residency requirements, including local regulations such as the [GDPR](https://gdpr-info.eu/) or [FedRAMP](https://blog.cloudflare.com/cloudflare-achieves-fedramp-authorization/).
@@ -109,7 +100,8 @@ The example below shows how to create an R2 bucket in the `eu` jurisdiction usin
@@ -137,16 +129,15 @@ The following jurisdictions are supported:
137
129
138
130
:::note
139
131
140
-
Cloudflare Enterprise customers may contact their account team or [Cloudflare Support](/support/contacting-cloudflare-support/) to get access to the FedRAMP jurisdiction.
132
+
Cloudflare Enterprise customers may contact their account team or [Cloudflare Support](/support/contacting-cloudflare-support/) to get access to the FedRAMP jurisdiction.
141
133
:::
142
134
143
135
### Limitations
144
136
145
-
During the beta, the following services will not interact with R2 resources with assigned jurisdictions:
137
+
The following services do not interact with R2 resources with assigned jurisdictions:
0 commit comments