gulp-s3-upload
Advanced tools
Comparing version 1.4.0 to 1.4.1
# Changelog | ||
## Version 1.4.0 | ||
## Version 1.4.0, 1.4.1 | ||
* Add second paramter to task to take in [S3 Constructor options](http://docs.aws.amazon.com/AWSJavaScriptSDK/latest/AWS/S3.html#constructor-property). | ||
* 1.4.1: Quickly remove a hanging `console.log` from development. | ||
## Version 1.3.1 | ||
@@ -9,0 +9,0 @@ |
@@ -24,4 +24,2 @@ var es = require('event-stream') | ||
console.log(_s3); | ||
if(!the_bucket) { | ||
@@ -28,0 +26,0 @@ throw new PluginError(PLUGIN_NAME, "Missing S3 bucket name!"); |
{ | ||
"name": "gulp-s3-upload", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "A gulp task to asynchronous upload/update assets to an AWS S3 Bucket.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# gulp-s3-upload | ||
__Version 1.4.0__ | ||
__Version 1.4.1__ | ||
@@ -4,0 +4,0 @@ Use for uploading assets to Amazon S3 servers. |
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
28832
238