Skip to content

Commit 0a85960

Browse files
cf-scottOxyjun
andauthored
Update create-buckets.mdx (#19436)
* Update create-buckets.mdx Bucket names can't start with a number. * Update src/content/docs/r2/buckets/create-buckets.mdx --------- Co-authored-by: Jun Lee <[email protected]>
1 parent 969c2e1 commit 0a85960

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/content/docs/r2/buckets/create-buckets.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ wrangler r2 bucket create your-bucket-name
2525

2626
:::note
2727

28-
Bucket names can only contain lowercase letters (a-z), numbers (0-9), and hyphens (-).
28+
- Bucket names can only contain lowercase letters (a-z), numbers (0-9), and hyphens (-).
29+
- Bucket names cannot begin or end with a hyphen.
2930

3031
The placeholder text is only for the example.
3132

0 commit comments

Comments
 (0)