Skip to content

Releases: Turistforeningen/node-s3-uploader

v0.8.0

16 Mar 20:14
Compare
Choose a tag to compare

New Features:

  • New local upload() option awsPath to override global aws.path (#22)

Bug Fixes:

  • Throw proper error if version.original is set to false (#21).

v0.7.0

10 Mar 21:33
Compare
Choose a tag to compare

New Features:

  • Pass options directory to aws-sdk through the opts.aws object (#19)

Updated Dependencies:

  • Added depd version 1.0 to show deprecation messages

Deprecation Warnings:

  • awsBucketRegion is deprecated, use aws.region instead
  • awsBucketPath is deprecated, use aws.path instead
  • awsBucketAcl is deprecated, use aws.acl instead
  • awsMaxRetries is deprecated, use aws.maxRetries instead
  • awsHttpTimeout is deprecated, use aws.httpOptions.timeout instead
  • awsAccessKeyId is deprecated, use aws.accessKeyId instead
  • awsSecretAccessKey is deprecated, use aws.secretAccessKey instead

v0.6.0

09 Mar 19:32
Compare
Choose a tag to compare

New Features:

  • Set custom url as constructor option (#17)
  • Set number of workers as constructor option
  • Set AWS credentials as constructor options (#8)

Updated Dependencies:

  • aws-sdk updated from v2.0 to v2.1

v0.5.1

16 Jan 23:28
Compare
Choose a tag to compare

Bug Fixes:

  • Fix missing "/" at end of awsBucketUrl option

v0.5.0

16 Jan 23:27
Compare
Choose a tag to compare

New Features:

  • Dynamic image url building based on bucket region

Performance Enhancements:

  • Disable colorspace aot-conversion of sRGB images
  • Set S3 http connection timeout to 10000

v0.4.2

16 Jan 23:23
Compare
Choose a tag to compare

Changes:

  • Remove unused returnExif option
  • Minor README update

v0.4.1

16 Jan 23:21
Compare
Choose a tag to compare

Changes:

  • Reuse gm object (0740b3a)
  • Update spelling and example in README

Updated Dependencies:

  • gm ~1.16 => 1.17 (ab0f39)

v0.4.0

24 Sep 11:10
Compare
Choose a tag to compare

New Features:

  • Generate mpc file before resizing image

v0.3.2

24 Sep 11:09
Compare
Choose a tag to compare

New Features:

  • Add global asyncLimit option

v0.3.1

02 Sep 14:38
Compare
Choose a tag to compare

Dependencies:

  • Move aws-sdk from ~2.0.0 to ~2.0.15