Skip to content

Commit

Permalink
version change for quick fix
Browse files Browse the repository at this point in the history
  • Loading branch information
clineamb committed Sep 30, 2015
1 parent 177e338 commit acce575
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# gulp-s3-upload
__Version 1.4.0__
__Version 1.4.1__

Use for uploading assets to Amazon S3 servers.
This helps to make it an easy gulp task.
Expand Down
4 changes: 2 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# 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

Expand Down
2 changes: 0 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ gulpPrefixer = function (AWS) {
, the_bucket = options.Bucket || options.bucket
;

console.log(_s3);

if(!the_bucket) {
throw new PluginError(PLUGIN_NAME, "Missing S3 bucket name!");
}
Expand Down

0 comments on commit acce575

Please sign in to comment.