middleman-cloudfront icon indicating copy to clipboard operation
middleman-cloudfront copied to clipboard

An Amazon CloudFront extension for middleman which allows you to invalidate CloudFront CDN cache

Results 5 middleman-cloudfront issues
Sort by recently updated
recently updated
newest added

If [the AWS gem](https://aws.amazon.com/sdk-for-ruby/) was used it would automatically pick up credentials via IAM roles as well as ENV and a file in `~/.aws/…`. I also find it more stable...

After merging #23 (and doing some cleanup), the master branch currently only works with Middleman v4. I would like it to work with Middleman v3 and v4 and then release...

I got an email from Amazon: > Amazon CloudFront's invalidation feature, which allows you to remove an object from the CloudFront cache before it expires, now supports the \* wildcard...

It would be great if I could call `bundle exec middleman invalidate --dry-run` which would then just output `list_files(options.filter)` (see [commands.rb#L58](https://github.com/andrusha/middleman-cloudfront/blob/master/lib/middleman-cloudfront/commands.rb#L58)). This would allow me to see if my filter...