views:

81

answers:

1

I'm using jammit to package the js and css files for a rails project. I would like now to upload the files to Amazon S3 and use CloudFront for the delivery.

What would be the best way to deal with new versions ? My ideal solution would be to have a capistrano recipe to deal with it.

As anyone already done something like that?

A: 

If you are looking for manual upload you can use a tool such as CloudBerry Explorer freeware. it helps managing S3 and CloudFront

cloudberryman
Thanks for your answer, but I'm not really looking for a tool to sync files between S3 and my local computer, but rather a workflow dealing with file versioning.
jlfenaux