gulp-awspublish
Advanced tools
Comparing version 0.0.10 to 0.0.11
0.0.11 / 2014-02-14 | ||
================== | ||
* Merge window fix, pull request #3 from jonathandelgado/patch-1 | ||
0.0.10 / 2014-02-14 | ||
@@ -3,0 +8,0 @@ ================== |
@@ -255,3 +255,3 @@ var Stream = require('stream'), | ||
_this.client.putBuffer(file.contents, file.s3.path, file.s3.headers, function(err) { | ||
_this.client.putBuffer(file.contents, file.s3.path.replace(/\\/g, '/'), file.s3.headers, function(err) { | ||
if (!err) file.s3.etag = etag; | ||
@@ -258,0 +258,0 @@ cb(err, file); |
{ | ||
"name": "gulp-awspublish", | ||
"version": "0.0.10", | ||
"version": "0.0.11", | ||
"description": "gulp plugin to publish files to amazon s3", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -60,5 +60,7 @@ # gulp-awspublish | ||
### awspublish.gzip() | ||
### awspublish.gzip(options) | ||
create a through stream, that gzip file and add Content-Encoding header | ||
Available options: | ||
- ext: file extension to add to gzipped file (eg: { ext: '.gz' }) | ||
@@ -65,0 +67,0 @@ ### awspublish.create(options) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23130
123