jpillora / grunt-aws

A Grunt interface into the Amazon Node.JS SDK
171 stars 44 forks source link

Won't push new versions of existing files #26

Closed evanplaice closed 8 years ago

evanplaice commented 9 years ago

When I update local files and attempt to sync them to the s3 bucket they get marked 'No change' and don't get updated.

I tried forcing overwriting existing files by setting the 'overwrite' option to true with no success.

jpillora commented 8 years ago

This can caused by a cached file list, you can disable caching of the file list with cacheTTL: 0