How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

R2 - New `us` jurisdiction for R2

calendar_today August 17, 2026 domain cloudflare

R2 now supports a us jurisdiction , which guarantees that bucket data is stored and processed within the United States. Use this jurisdiction when you need explicit US data residency guarantees. Use the jurisdiction-specific S3 endpoint to create and access buckets in the us jurisdiction: https:// .us.r2.cloudflarestorage.com To access a bucket in the us jurisdiction from Workers, set jurisdiction in your R2 binding: { “r2_buckets” : [ { “binding” : “MY_BUCKET” , “bucket_name” : “ “ , “jurisdiction” : “us” } ] } [[ r2_buckets ]] binding = “MY_BUCKET” bucket_name = “ “ jurisdiction = “us” Once

open_in_new Read original post