Skip to content

Releases: koopjs/koop-filesystem-s3

v1.2.5

Choose a tag to compare

@dmfenton dmfenton released this 29 Nov 22:39

Fixed

  • Refactor createWriteStream to fix memory leak with Highland

v1.2.4

Choose a tag to compare

@dmfenton dmfenton released this 13 Apr 18:35

Fixed

  • Calling stat with callback no longer exposes unhandled promise rejection

v1.2.3

Choose a tag to compare

@dmfenton dmfenton released this 12 Apr 22:13

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

Choose a tag to compare

@dmfenton dmfenton released this 18 Oct 11:54

Fixed

  • prevent nil from being written twice on write streams

v1.2.1

Choose a tag to compare

@dmfenton dmfenton released this 14 Oct 18:16

Changed

  • Use Highland@3.0.0

v1.2.0

Choose a tag to compare

@dmfenton dmfenton released this 06 May 19:53

Added

  • Option to specify content-type on createWriteStream

v1.1.3

Choose a tag to compare

@dmfenton dmfenton released this 28 Apr 17:15

Changed

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

v1.1.2

Choose a tag to compare

@dmfenton dmfenton released this 27 Apr 15:10

Added

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

v1.1.1

Choose a tag to compare

@dmfenton dmfenton released this 27 Apr 14:44

Changed

  • Stat object includes content encoding

v1.1.0

Choose a tag to compare

@dmfenton dmfenton released this 17 Apr 01:15

Added

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