File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/content/docs/workers/wrangler Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -904,10 +904,12 @@ wrangler r2 bucket create <NAME>
904904
905905- ` NAME ` <Type text = " string" /> <MetaInfo text = " required" />
906906 - The name of the new R2 bucket.
907+ - ` --location ` <Type text = " string" /> <MetaInfo text = " optional" />
908+ - The optional [ location hint] ( /r2/reference/data-location/#location-hints ) that determines geographic placement of the R2 bucket.
907909- ` --storage-class ` <Type text = " 'Standard|InfrequentAccess'" /> <MetaInfo text = " optional" />
908910 - The default storage class for objects uploaded to the bucket.
909911- ` --jurisdiction ` <Type text = " string" /> <MetaInfo text = " optional" />
910- - The jurisdiction where the R2 bucket is created. Refer to [ Jurisdictional Restrictions ] ( /r2/reference/data-location/#jurisdictional-restrictions ) .
912+ - The jurisdiction where the R2 bucket is created. Refer to [ jurisdictional restrictions ] ( /r2/reference/data-location/#jurisdictional-restrictions ) .
911913
912914### ` delete `
913915
You can’t perform that action at this time.
0 commit comments