Skip to content

Commit 8ebfdf8

Browse files
author
Ajay Kannan
committed
add link to bucket naming rules
1 parent 3af2bba commit 8ebfdf8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gcloud-java-storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ import com.google.gcloud.storage.BucketInfo;
9191

9292
Then add the following code to create a bucket and upload a simple blob.
9393

94-
*Important: Bucket names have to be globally unique. If you choose a bucket name that already exists, you'll get a helpful error message telling you to choose another name. In the code below, replace "my_unique_bucket" with a unique bucket name.*
94+
*Important: Bucket names have to be globally unique. If you choose a bucket name that already exists, you'll get a helpful error message telling you to choose another name. In the code below, replace "my_unique_bucket" with a unique bucket name. See more about naming rules [here](https://cloud.google.com/storage/docs/bucket-naming?hl=en#requirements).*
9595

9696
```java
9797
// Create a bucket

0 commit comments

Comments
 (0)