Skip to content

Commit 00ca08b

Browse files
committed
Update wrangler command docs to include location option in bucket create command
1 parent d712f10 commit 00ca08b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/docs/workers/wrangler/commands.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)