-
Notifications
You must be signed in to change notification settings - Fork 598
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
support resumable upload - or documenting it #736
Labels
api: storage
Issues related to the Cloud Storage API.
Comments
What do we mean by "natively" here?
|
If you mean "enabled by default," it is for files over 5 MB when using bucket.upload. The docs explain that a "resumable" property exists as well as how it behaves: https://googlecloudplatform.github.io/gcloud-node/#/docs/v0.16.0/storage/bucket?method=upload. Maybe we should we add an example below explaining "how to start a resumable upload"? |
stephenplusplus
added
docs
api: storage
Issues related to the Cloud Storage API.
labels
Jul 24, 2015
4 tasks
sofisl
pushed a commit
that referenced
this issue
Nov 10, 2022
🤖 I have created a release \*beep\* \*boop\* --- ### [6.3.1](https://www.github.com/googleapis/nodejs-translate/compare/v6.3.0...v6.3.1) (2021-10-18) ### Bug Fixes * add model signature for batch document translation ([#735](https://www.github.com/googleapis/nodejs-translate/issues/735)) ([406c768](https://www.github.com/googleapis/nodejs-translate/commit/406c7684babb00dcda8dfbb07c6210f810972262)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
4 tasks
sofisl
pushed a commit
that referenced
this issue
Nov 11, 2022
This PR was generated using Autosynth. 🌈 Synth log will be available here: https://source.cloud.google.com/results/invocations/9fbf1b59-3d8b-4e65-9627-15e1bd83c6bf/targets - [ ] To automatically regenerate this PR, check this box. Source-Link: googleapis/synthtool@57c23fa
sofisl
pushed a commit
that referenced
this issue
Nov 17, 2022
* feat: Update Compute Engine API to revision 20220526 (#722) Source-Link: googleapis/googleapis@950dd73 Source-Link: googleapis/googleapis-gen@57ace17 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNTdhY2UxNzhjODU0M2M0NDYyNzgyMzA0NTkxNzgyMGQ2N2I0OTBjMSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
sofisl
added a commit
that referenced
this issue
Nov 17, 2022
* feat: Update Compute Engine API to revision 20221011 (#736) Source-Link: googleapis/googleapis@cb8c914 Source-Link: googleapis/googleapis-gen@1174767 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMTE3NDc2NzQ0NmM2NTAyNzFmMzk3ZWM2ZWY1NDEwMWJlNDRjZGNiNCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com> Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com>
4 tasks
Merged
4 tasks
sofisl
pushed a commit
that referenced
this issue
Jan 10, 2023
Source-Link: googleapis/synthtool@d229a12 Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-nodejs:latest@sha256:74ab2b3c71ef27e6d8b69b1d0a0c9d31447777b79ac3cd4be82c265b45f37e5e
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
is the resumable upload function implemented natively? if not, it'd be great to provide such support. if it is, we should call it out in the doc.
The text was updated successfully, but these errors were encountered: