pifantastic / grunt-s3

A grunt task to automate moving files to/from Amazon S3.
MIT License
389 stars 81 forks source link

Implemented tracking of changes to s3 assets #93

Open coen-hyde opened 11 years ago

coen-hyde commented 11 years ago

Implemented tracking of changes to s3 assets. It's off by default and can be turned on by setting the option flag 'trackChanges'. I use this to invalidate cache. In particular with Fastly with this grunt plugin (https://github.com/coen-hyde/grunt-fastly).

dmikey commented 11 years ago

I'll be looking through this PR in the next few days, just notifying people that someone is on these.

imrane commented 10 years ago

nice - been looking around for an easy way to invalidate my s3 files

zdexter commented 10 years ago

Could you rebase this on top of master and resolve any conflicts?