Update google cloud storage docs#330
Merged
dr-dimitru merged 2 commits intoveliovgroup:devfrom Jan 19, 2017
jeremywrnr:master
Merged
Update google cloud storage docs#330dr-dimitru merged 2 commits intoveliovgroup:devfrom jeremywrnr:master
dr-dimitru merged 2 commits intoveliovgroup:devfrom
jeremywrnr:master
Conversation
v1.7.6 - NPM dependencies update - Support for updated *Buffer* API on node >= 6.* - Methods `addFile`, `write` and `load` now supports `userId` option, see #305 - Fix for unfinished uploads, now files is removed by upload TTL. See #267, thanks to @ck23onGithub - Better FS-stream management on server. Less memory and CPU consumption. Only one descriptor per upload. Fix FS-permissions - `.unlink()` method now supports callback - Docs for [MUP/Docker integration](https://github.com/VeliovGroup/Meteor-Files/wiki/MeteorUp-(MUP)-Usage) - Fix #293 - Fix #299 - BEtter AWS dos, see #282 - `storagePath` now always is function, if *String* is passed - it will be wrapped into function - Please participate at [this thread](#309) to give a right path for Meteor-Files v2.0
Member
|
Hello @jeremywrnr , Thank you for this PR. |
Contributor
Author
|
Hi, and sure thing: based on what I found, the solution was wrong from the beginning: Suggest getting added: googleapis/google-cloud-node#680 |
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 updating the google cloud example based on issue #292 and the resolution that was given there.