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

Storage.createBucket signature #578

@vlapo

Description

@vlapo

I think there is small bug with Storage.createBucket. There is no signature with name, metadata as arguments and returning promise. So this is no possible:

const response = await storage.createBucket('just-a-test', {
    coldline: false
});

Thanks!

Metadata

Metadata

Assignees

Labels

TypeScriptapi: storageIssues related to the googleapis/nodejs-storage API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions