Skip to content

Commit bebe078

Browse files
committed
docs: Document dual-region bucket support
1 parent b7c3197 commit bebe078

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Storage/src/StorageClient.php

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,8 +263,11 @@ function (array $bucket) use ($userProject) {
263263
* @type array $defaultObjectAcl Default access controls to apply to new
264264
* objects when no ACL is provided.
265265
* @type array|Lifecycle $lifecycle The bucket's lifecycle configuration.
266-
* @type string $location The location of the bucket. **Defaults to**
267-
* `"US"`.
266+
* @type string $location The location of the bucket. A dual-region can
267+
* be specified as a string (e.g. "US-CENTRAL1+US-WEST1"). For
268+
* more information, see
269+
* [Bucket Locations](https://cloud.google.com/storage/docs/locations).
270+
* **Defaults to** `"US"`.
268271
* @type array $logging The bucket's logging configuration, which
269272
* defines the destination bucket and optional name prefix for the
270273
* current bucket's logs.

0 commit comments

Comments
 (0)