pgherveou / gulp-awspublish

gulp plugin to publish files to amazon s3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parallelize ignores `force` flag in options for publisher

opened this issue · comments

when I do this:

.pipe( parallelize( publisher.publish({
          "Cache-Control": ( process.env.FLO_ENV === "prod" ? "max-age=3600, no-transform, public" : "max-age=120, no-transform, public" )
        }, { force: true } ), 10 ) )

it does NOT force them to be created.