Changelog
4.4.0
Changelog
4.3.0
Changelog
4.2.0
Changelog
4.1.1
uploadFile
and uploadDir
now have optional argument defaultContentType
.mime.default_type
variable.Changelog
4.1.0
null
.Changelog
4.0.0
uploadFile
no longer emits 'stream' (possibly multiple times). Instead, it
emits 'fileOpened' exactly once, and the parameter can be used to create
read streams.uploadFile
uses fstat instead of stat. Fixes a possible file system race
condition.uploadfile
no longer accepts the localFileStat
parameter.maxAsyncS3
increased from 14 to 20multipartUploadThreshold
, multipartUploadSize
Changelog
3.1.3
uploadDir
and downloadDir
: fix incorrectly deleting files