Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit cbb2c25

Browse files
docs: add storage class docs in create bucket (#1301)
Co-authored-by: Stephen <[email protected]>
1 parent 73a1ba7 commit cbb2c25

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/storage.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,11 @@ export class Storage extends Service {
529529
* Force the use of the User Project metadata field to assign operational
530530
* costs when an operation is made on a Bucket and its objects.
531531
* @property {boolean} [standard=true] Specify the storage class as Standard.
532+
* @property {string} [storageClass] The new storage class. (`standard`,
533+
* `nearline`, `coldline`, or `archive`).
534+
* **Note:** The storage classes `multi_regional`, `regional`, and
535+
* `durable_reduced_availability` are now legacy and will be deprecated in
536+
* the future.
532537
* @property {Versioning} [versioning=undefined] Specify the versioning status.
533538
* @property {string} [userProject] The ID of the project which will be billed
534539
* for the request.

0 commit comments

Comments
 (0)