Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix!: default to resumable with no threshold #1864

Merged
merged 4 commits into from
Apr 13, 2022

Conversation

shaffeeullah
Copy link
Contributor

No description provided.

@shaffeeullah shaffeeullah requested review from a team as code owners April 11, 2022 16:24
@product-auto-label product-auto-label bot added the size: m Pull request size is medium. label Apr 11, 2022
@product-auto-label product-auto-label bot added the api: storage Issues related to the googleapis/nodejs-storage API. label Apr 11, 2022
@@ -362,8 +362,6 @@ export interface UploadOptions
destination?: string | File;
encryptionKey?: string | Buffer;
kmsKeyName?: string;
resumable?: boolean;
timeout?: number;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Was this accidentally removed? It is still documented below.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not accidentally removed and still documented below because it's still part of the interface. it's declared on CreateResumableUploadOptions. I removed this because it's duplicated

@shaffeeullah shaffeeullah merged commit f63bc4f into dropNode10 Apr 13, 2022
@shaffeeullah shaffeeullah deleted the shaffeeullah/defaultToResumable branch April 13, 2022 14:21
ddelgrosso1 pushed a commit to ddelgrosso1/nodejs-storage that referenced this pull request May 23, 2022
* fix: default to resumable with no threshold

* fix documentaiton

* linted file

* fixed documentation typo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: storage Issues related to the googleapis/nodejs-storage API. size: m Pull request size is medium.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants