This repository has been archived by the owner on Jan 3, 2024. It is now read-only.
Releases: Dreamscapes/skipper-better-s3
Releases · Dreamscapes/skipper-better-s3
2.2.0
2.1.2
- Fixes an issue on Win32 systems where the file's
fd
attribute would be treated as Windows-style path, when in factfd
must always be in posix format (as required by S3)
2.0.0
- 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 froms3options
tos3params
, and thes3options
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
Initial release.