I'm using Jenkins to build my AngularJS website and deploy it on a S3 bucket, and I'm also using filerev task through Grunt. I use this plugin to deploy from Jenkins to the bucket, but when a static resource is renamed via filerev when building the website, it's not removed from the bucket.
I don't want to use Object Expiration
attribute of S3, I just want to remove out-of-date resources after deployment. Thanks!