Skip to content

Commit fb2517f

Browse files
authored
Update wrangler command docs to include location option in bucket create command (#17787)
1 parent 5eff871 commit fb2517f

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
@@ -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

0 commit comments

Comments
 (0)