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 @@ -898,10 +898,12 @@ wrangler r2 bucket create <NAME>
898898
899899- ` NAME ` <Type text = " string" /> <MetaInfo text = " required" />
900900 - The name of the new R2 bucket.
901+ - ` --location ` <Type text = " string" /> <MetaInfo text = " optional" />
902+ - The optional [ location hint] ( /r2/reference/data-location/#location-hints ) that determines geographic placement of the R2 bucket.
901903- ` --storage-class ` <Type text = " 'Standard|InfrequentAccess'" /> <MetaInfo text = " optional" />
902904 - The default storage class for objects uploaded to the bucket.
903905- ` --jurisdiction ` <Type text = " string" /> <MetaInfo text = " optional" />
904- - The jurisdiction where the R2 bucket is created. Refer to [ Jurisdictional Restrictions ] ( /r2/reference/data-location/#jurisdictional-restrictions ) .
906+ - The jurisdiction where the R2 bucket is created. Refer to [ jurisdictional restrictions ] ( /r2/reference/data-location/#jurisdictional-restrictions ) .
905907
906908### ` delete `
907909
You can’t perform that action at this time.
0 commit comments