pgherveou / gulp-awspublish

gulp plugin to publish files to amazon s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No errors showing on fail

cyberwombat opened this issue · comments

I am using gulo and gulp-awspublish to sync to S3. The process fails even though it appears to be succcesful.

My console shows:

[00:10:36] [update] assets/scripts/app-e78fb00935.js.gz
[00:10:38] [update] assets/styles/main-887e4153ac.css.gz

But in fact these files are not in the bucket. I am not using awscache so I am a bit baffled as to what it's doing. What does this plugin use to determine that it created/updated a file? I know the bucket is correct as it will sometimes create the files - but for example I am now adding the line awspublish.gzip which prints hopeful messages such as the above to my console but no files are uploaded.

Ok - it's related to awspublish-router. Its making an invisible root folder in which everything is placed. Not sure if its a bug or me not using it correctly.