Skip to content

Commit ce60455

Browse files
committed
Adding note that SQLite backed DOs does not support FedRAMP jurisdiction.
1 parent f118186 commit ce60455

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/durable-objects/reference/data-location.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ Jurisdictions are used to create <GlossaryTooltip term="Durable Object">Durable
1313

1414
Workers may still access Durable Objects constrained to a jurisdiction from anywhere in the world. The jurisdiction constraint only controls where the Durable Object itself runs and persists data. Consider using [Regional Services](/data-localization/regional-services/) to control the regions from which Cloudflare responds to requests.
1515

16-
:::warning
17-
Currently, SQLite-backed Durable Objects does not support FedRAMP jurisdiction.
16+
:::caution
17+
Currently, SQLite-backed Durable Objects does not support FedRAMP jurisdiction. If you require a Durable Object with FedRAMP jurisdiction support, consider using [key-value API](/durable-objects/api/storage-api/#methods) instead of the SQL API.
1818
:::
1919

2020
:::note[Logging]

0 commit comments

Comments
 (0)