Skip to content

Releases: koopjs/koop-filesystem-s3

v1.2.5

29 Nov 22:39
Compare
Choose a tag to compare

Fixed

  • Refactor createWriteStream to fix memory leak with Highland

v1.2.4

13 Apr 18:35
Compare
Choose a tag to compare

Fixed

  • Calling stat with callback no longer exposes unhandled promise rejection

v1.2.3

12 Apr 22:13
Compare
Choose a tag to compare

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

18 Oct 11:54
Compare
Choose a tag to compare

Fixed

  • prevent nil from being written twice on write streams

v1.2.1

14 Oct 18:16
Compare
Choose a tag to compare

Changed

  • Use Highland@3.0.0

v1.2.0

06 May 19:53
Compare
Choose a tag to compare

Added

  • Option to specify content-type on createWriteStream

v1.1.3

28 Apr 17:15
Compare
Choose a tag to compare

Changed

  • createReadStream will time out after 30 seconds
  • createReadStream will emit an error if the content is empty

v1.1.2

27 Apr 15:10
Compare
Choose a tag to compare

Added

  • Option to disable automatic gunzipping of createReadStream content with {gunzip: false}

v1.1.1

27 Apr 14:44
Compare
Choose a tag to compare

Changed

  • Stat object includes content encoding

v1.1.0

17 Apr 01:15
Compare
Choose a tag to compare

Added

  • realPathSync returns url location when given relative path
  • Set Content-Encoding header on saved files