Skip to content

Commit

Permalink
feat(Storage): Enable Autoclass V2 (#6731)
Browse files Browse the repository at this point in the history
  • Loading branch information
yash30201 authored Oct 31, 2023
1 parent 28108f9 commit 412a8e4
Show file tree
Hide file tree
Showing 5 changed files with 935 additions and 72 deletions.
2 changes: 2 additions & 0 deletions Storage/src/Bucket.php
Original file line number Diff line number Diff line change
Expand Up @@ -957,6 +957,8 @@ public function delete(array $options = [])
* Buckets can have either StorageClass OLM rules or Autoclass,
* but not both. When Autoclass is enabled on a bucket, adding
* StorageClass OLM rules will result in failure.
* For more information, refer to
* [Storage Autoclass](https://cloud.google.com/storage/docs/autoclass)
* @type array $versioning The bucket's versioning configuration.
* @type array $website The bucket's website configuration.
* @type array $billing The bucket's billing configuration.
Expand Down
Loading

0 comments on commit 412a8e4

Please sign in to comment.