clineamb / gulp-s3-upload

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

Use HEAD instead of GET to check object metadata. Improve logging. #6

Closed mikaelnousiainen closed 9 years ago

mikaelnousiainen commented 9 years ago

A HEAD request is enough (instead of downloading the object data) to check S3 object metadata. Improved logging while uploading to give user more information on what the plugin is actually doing.

clineamb commented 9 years ago

Thanks for the pull request. Since you updated on an old version of the plugin, I incorporated your changes into version 1.0.1 (ie, using headObject).