From bebe078a938b80c7c5d3e7857b03d87fef279ce2 Mon Sep 17 00:00:00 2001 From: Daniel Bankhead Date: Thu, 21 Apr 2022 13:14:04 -0700 Subject: [PATCH] docs: Document dual-region bucket support --- Storage/src/StorageClient.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Storage/src/StorageClient.php b/Storage/src/StorageClient.php index c1ff36d2c78..47dab4858a9 100644 --- a/Storage/src/StorageClient.php +++ b/Storage/src/StorageClient.php @@ -263,8 +263,11 @@ function (array $bucket) use ($userProject) { * @type array $defaultObjectAcl Default access controls to apply to new * objects when no ACL is provided. * @type array|Lifecycle $lifecycle The bucket's lifecycle configuration. - * @type string $location The location of the bucket. **Defaults to** - * `"US"`. + * @type string $location The location of the bucket. A dual-region can + * be specified as a string (e.g. "US-CENTRAL1+US-WEST1"). For + * more information, see + * [Bucket Locations](https://cloud.google.com/storage/docs/locations). + * **Defaults to** `"US"`. * @type array $logging The bucket's logging configuration, which * defines the destination bucket and optional name prefix for the * current bucket's logs.