All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.2.5 - 2017-11-29
- Refactor createWriteStream to fix memory leak with Highland
1.2.4 - 2017-04-13
- Calling stat with callback no longer exposes unhandled promise rejection
1.2.3 - 2017-04-12
- Rename npm package to @koopjs/filesystem-s3
- Better handling on missing files
- Prevent emitting more than one error from createReadStream
1.2.2 - 2016-10-17
- prevent nil from being written twice on write streams
1.2.1 - 2016-10-14
- Use Highland@3.0.0
1.2.0 - 2016-05-06
- Option to specify content-type on
createWriteStream
1.1.3 - 2016-04-28
- createReadStream will time out after 30 seconds
- createReadStream will emit an error if the content is empty
1.1.2 - 2016-04-27
- Option to disable automatic gunzipping of
createReadStream
content with{gunzip: false}
1.1.1 - 2016-04-27
- Stat object includes content encoding
1.1.0 - 2016-04-16
realPathSync
returns url location when given relative path- Set
Content-Encoding
header on saved files
1.0.2 - 2016-04-13
- Type, plugin_name, dependencies, version accessible from class object