Merged
Conversation
be able to pass userId to addFile (API)
- Better abort handler - `fileStream#abort` now unlinks file from FS - `fileStream#stop` is added in favour to stop writing to stream
- 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
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.
addFile,writeandloadnow supportsuserIdoption, see be able to pass userId to addFile (API) #305.unlink()method now supports callbackstoragePathnow always is function, if String is passed - it will be wrapped into function