Skip to content

Commit

Permalink
docs: Document dual-region bucket support
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbankhead committed Apr 21, 2022
1 parent b7c3197 commit bebe078
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions Storage/src/StorageClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bebe078

Please sign in to comment.