We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
force
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.