Releases: clineamb/gulp-s3-upload
Releases · clineamb/gulp-s3-upload
1.6.3
Version 1.6.3
- Merge in spelling fix. PR #41.
- Upgrade npm packages:
event-stream
- 3.3.2 → ^3.3.4
1.6.1
- Error checking for ListBucket permissions check. PR #39 by @tobiasweibel
- Upgrade npm packages. (
event-stream
)
1.5.2
- Update modules
aws-sdk
module (2.2.18 -> 2.2.42)
hasha
module (2.0.2 -> 2.2.0)
1.5.1
Version 1.5.1
- Merge bug fix pull request #31 to fix the hash-comparison (calling the
noChange
callback on upon equal hash comparison)
- Update docs (typos, clairty)
- Update
aws-sdk
module (2.2.15 -> 2.2.18).
1.5.0
Version 1.5.0
- NEW -- Added post-upload callback options, by benib in pull request #30
- Upgrade
aws-sdk
node module (2.2.11 -> 2.2.15)
1.4.4
Version 1.4.4
- Fix parameter name in Readme.md (issue #27)
- Add an option for config to take
{useIAM:true}
to be explicit
- Upgrade packages (all patch versions)
1.4.2
Version 1.4.2
- Update file-hashing function with hasha from a signature change. Simply pull file buffer instead of promise for simplicity sake.
- Remove old
console.log
from local dev.
1.4.0-1
- Add second paramter to task to take in S3 Constructor options.
- 1.4.1: Quickly remove a hanging
console.log
from development.
1.3.1
Version 1.3.1
- Fix Metadata/ContentEncoding overwrite.
Version 1.3.0
- NEW -- Added
maps.ParamName
options! You can now map each parameter offered by the S3.putObject
function. More in the Readme.
- Fixed issue #23 on existing mapping functions (
metadataMap
, manualContentEncoding
).
- Updated Readme.
1.3.0
Version 1.3.0
- NEW -- Added
maps.ParamName
options! You can now map each parameter offered by the S3.putObject
function. More in the Readme.
- Fixed issue #23 on existing mapping functions (
metadataMap
, manualContentEncoding
).
- Updated Readme.