coderoshi / middleman-aws-deploy

S3+Cloudfront deployment for Middleman
6 stars 6 forks source link

Port to fog gem #1

Closed andrusha closed 11 years ago

andrusha commented 11 years ago

Hey, this is a great project, you probably already noticed that you're building alternative for https://github.com/karlfreeman/middleman-sync, which doesn't support cloudfront cache invalidation.

So I've thought you could probably simplify your code by using fog (http://fog.io/cdn/) instead of plain http requests to communicate with api.

andrusha commented 11 years ago

Here is my take on this problem https://github.com/andrusha/middleman-cloudfront

coderoshi commented 11 years ago

Good to know. I just gemified some scripts I wrote to deploy the riak docs months ago.

I think actually looked through your code, where I got the idea to use Parallel. May have been another sync project.