Skip to content

Commit

Permalink
fix(types): add CreateBucketRequest.storageClass (#1299)
Browse files Browse the repository at this point in the history
Closes #1248
  • Loading branch information
stephenplusplus authored Sep 21, 2020
1 parent 358be8d commit d854c26
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/storage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export interface CreateBucketRequest {
requesterPays?: boolean;
retentionPolicy?: object;
standard?: boolean;
storageClass?: string;
userProject?: string;
location?: string;
versioning?: Versioning;
Expand Down

0 comments on commit d854c26

Please sign in to comment.