storage: Don't provide multiple methods for file writing#70
Merged
silvolu merged 4 commits intogoogleapis:masterfrom Jul 31, 2014
Merged
storage: Don't provide multiple methods for file writing#70silvolu merged 4 commits intogoogleapis:masterfrom
silvolu merged 4 commits intogoogleapis:masterfrom
Conversation
Contributor
|
We might want to keep the option to upload a file by passing the path to the file, for the 'I just want to upload this file' scenario. What do you think? |
Contributor
Author
|
Should we call it bucket.write(name, { filename: '/path/to/whatever' }, callback); |
Contributor
|
I like the idea of having only one method, so filename option sounds good! |
Contributor
Author
|
Done, PTAL. |
Contributor
|
LGTM |
silvolu
added a commit
that referenced
this pull request
Jul 31, 2014
storage: Don't provide multiple methods for file writing
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Sep 16, 2022
sofisl
pushed a commit
that referenced
this pull request
Oct 5, 2022
This was referenced Oct 5, 2022
sofisl
pushed a commit
that referenced
this pull request
Oct 8, 2022
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 11, 2022
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 12, 2022
This was referenced Oct 12, 2022
sofisl
pushed a commit
that referenced
this pull request
Oct 13, 2022
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 13, 2022
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Oct 13, 2022
* chore: clean up Node.js TOC for cloud-rad Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Wed Oct 21 09:26:04 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: f96d3b455fe27c3dc7bc37c3c9cd27b1c6d269c8 Source-Link: googleapis/synthtool@f96d3b4 * chore: fix Node.js TOC for cloud-rad Source-Author: F. Hinkelmann <franziska.hinkelmann@gmail.com> Source-Date: Wed Oct 21 12:01:24 2020 -0400 Source-Repo: googleapis/synthtool Source-Sha: 901ddd44e9ef7887ee681b9183bbdea99437fdcc Source-Link: googleapis/synthtool@901ddd4
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Jan 10, 2023
sofisl
pushed a commit
that referenced
this pull request
Jan 24, 2023
* chore: lock files maintenance * chore: lock files maintenance
sofisl
pushed a commit
that referenced
this pull request
Jan 25, 2023
* chore: lock files maintenance * chore: lock files maintenance
sofisl
pushed a commit
that referenced
this pull request
Jan 26, 2023
* feat: adds v1 version of library * fix: workaround for test failures (added run.ts file)
4 tasks
sofisl
pushed a commit
that referenced
this pull request
Sep 14, 2023
4 tasks
miguelvelezsa
pushed a commit
that referenced
this pull request
Jul 23, 2025
This includes the refinement of page streaming
miguelvelezsa
pushed a commit
that referenced
this pull request
Sep 17, 2025
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 14, 2026
This was referenced Jan 14, 2026
GautamSharda
pushed a commit
that referenced
this pull request
Jan 14, 2026
GautamSharda
pushed a commit
that referenced
this pull request
Jan 15, 2026
4 tasks
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 21, 2026
miguelvelezsa
pushed a commit
that referenced
this pull request
Jan 28, 2026
* Upgrade repo-tools and regenerate scaffolding. * looks like new package-lock.json fixes lint error * update package-lock.json for samples
sofisl
pushed a commit
that referenced
this pull request
Feb 4, 2026
This was referenced Feb 4, 2026
sofisl
pushed a commit
that referenced
this pull request
Feb 5, 2026
* Upgrade repo-tools and regenerate scaffolding. * looks like new package-lock.json fixes lint error * update package-lock.json for samples
GautamSharda
pushed a commit
that referenced
this pull request
Feb 5, 2026
4 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a proposal, don't merge if you don't like it.