Releases: koopjs/koop-filesystem-s3
Releases · koopjs/koop-filesystem-s3
v1.2.5
Fixed
- Refactor createWriteStream to fix memory leak with Highland
v1.2.4
Fixed
- Calling stat with callback no longer exposes unhandled promise rejection
v1.2.3
Changed
- Rename npm package to @koopjs/filesystem-s3
Fixed
- Better handling on missing files
- Prevent emitting more than one error from createReadStream
v1.2.2
Fixed
- prevent nil from being written twice on write streams
v1.2.0
Added
- Option to specify content-type on
createWriteStream
v1.1.3
Changed
- createReadStream will time out after 30 seconds
- createReadStream will emit an error if the content is empty
v1.1.2
Added
- Option to disable automatic gunzipping of
createReadStream
content with {gunzip: false}
v1.1.1
Changed
- Stat object includes content encoding
v1.1.0
Added
realPathSync
returns url location when given relative path
- Set
Content-Encoding
header on saved files