Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Releases: Dreamscapes/skipper-better-s3

2.2.0

21 Jun 18:58
55824ea
Compare
Choose a tag to compare
  • Add support for s3config configuration object, with which you can customise what goes into the AWS.S3's constructor (6b14554)
  • Add support for per-upload filename overrides by setting Key in the s3params configuration object. Especially useful when using as standalone S3 uploader. (6a77e62)

2.1.2

21 Jun 18:54
2b1454c
Compare
Choose a tag to compare
  • Fixes an issue on Win32 systems where the file's fd attribute would be treated as Windows-style path, when in fact fd must always be in posix format (as required by S3)

2.0.0

18 Oct 17:00
Compare
Choose a tag to compare
  • This major update adds support for the second argument to S3's upload() method. To achieve this, the configuration parameter used with Skipper was renamed from s3options to s3params, and the s3options became the second argument. This was done to keep the naming consistent with what the AWS SDK uses in their API docs.

1.0.0

26 Sep 18:47
Compare
Choose a tag to compare

Initial release.