We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7714afa commit 91b3d22Copy full SHA for 91b3d22
lib/storage/index.js
@@ -178,6 +178,10 @@ Storage.prototype.bucket = function(name) {
178
/**
179
* Create a bucket.
180
*
181
+ * Google Cloud Storage uses a flat namespace, so you can't create a bucket with
182
+ * a name that is already in use. For more information, see
183
+ * [Bucket Naming Guidelines](https://cloud.google.com/storage/docs/bucketnaming.html#requirements).
184
+ *
185
* @resource [Buckets: insert API Documentation]{@link https://cloud.google.com/storage/docs/json_api/v1/buckets/insert}
186
* @resource [Durable Reduced Availability]{@link https://cloud.google.com/storage/docs/durable-reduced-availability}
187
* @resource [Nearline]{@link https://cloud.google.com/storage/docs/nearline}
0 commit comments