Durable Objects now supports a us jurisdiction, letting you create Durable Objects that only run and store data within the United States. Use the us jurisdiction when you need to keep a Durable Object’s compute and storage inside the United States to meet data residency requirements.
Create a namespace restricted to the us jurisdiction the same way as any other jurisdiction:
// Workerexport default { async fetch(request, env) { const usSubnamespace = env.MY_DURABLE_OBJECT.jurisdiction("us"); const stub = usSubnamespace.getByName("general"); return stub.fetch(request); },};Workers may still access Durable Objects constrained to the us jurisdiction from anywhere in the world. The jurisdiction constraint only controls where the Durable Object itself runs and persists data.
For the full list of supported jurisdictions, refer to Data location — Restrict Durable Objects to a jurisdiction.
Source: Cloudflare
Latest Posts
- MC1461157: Microsoft Teams Rooms Adds Proximity Join for Attendees in Teams Events on Windows and Android

- AWS DataSync launches a monitoring dashboard for tracking task executions across your account

- AWS Elastic Disaster Recovery now supports AWS Graviton-based source servers

- MC1442614: Microsoft Teams Rooms Adds AI Data Channel to Enhance IntelliFrame for Intelligent Cameras







