From 00ca08b0b1b1bfcd367a19e309399de3b05354b4 Mon Sep 17 00:00:00 2001 From: Phillip Jones Date: Thu, 24 Oct 2024 12:10:43 -0700 Subject: [PATCH] Update wrangler command docs to include location option in bucket create command --- src/content/docs/workers/wrangler/commands.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/docs/workers/wrangler/commands.mdx b/src/content/docs/workers/wrangler/commands.mdx index a36edf5d3cdc38..c0a790eefca504 100644 --- a/src/content/docs/workers/wrangler/commands.mdx +++ b/src/content/docs/workers/wrangler/commands.mdx @@ -904,10 +904,12 @@ wrangler r2 bucket create - `NAME` - The name of the new R2 bucket. +- `--location` + - The optional [location hint](/r2/reference/data-location/#location-hints) that determines geographic placement of the R2 bucket. - `--storage-class` - The default storage class for objects uploaded to the bucket. - `--jurisdiction` - - The jurisdiction where the R2 bucket is created. Refer to [Jurisdictional Restrictions](/r2/reference/data-location/#jurisdictional-restrictions). + - The jurisdiction where the R2 bucket is created. Refer to [jurisdictional restrictions](/r2/reference/data-location/#jurisdictional-restrictions). ### `delete`