Skip to content

CreateBucketRequest should support standard storage class #847

@bowenshu

Description

@bowenshu

CreateBucketRequest should support standard storage class.

export interface CreateBucketRequest {
coldline?: boolean;
dra?: boolean;
multiRegional?: boolean;
nearline?: boolean;
regional?: boolean;
requesterPays?: boolean;
retentionPolicy?: object;
userProject?: string;
location?: string;
}

Metadata

Metadata

Assignees

Labels

api: storageIssues related to the googleapis/nodejs-storage API.needs more infoThis issue needs more information from the customer to proceed.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