clineamb / gulp-s3-upload

A gulp task to upload/update assets to an S3 account.
62 stars 37 forks source link

Updated the README to make it obvious how to use IAM settings #29

Closed Luciam91 closed 8 years ago

Luciam91 commented 8 years ago

Just adding a new comment to make it obvious how to use IAM settings, as it currently looks like you can instantiate the package with no config, but it needs to be an empty object, closes #28

clineamb commented 8 years ago

I'm going to make some changes to do an explicit check on the config constructor. Possibly this...

var config = 'IAM'

And if we have this string, the plugin will ignore the config obj that needs to be passed.