public
Description: Poor mans CDN
Homepage: http://jaikoo.com/2008/5/9/poor-mans-cdn
Clone URL: git://github.com/jaikoo/pmcdn.git
jaikoo (author)
Fri May 09 15:36:47 -0700 2008
commit  c2d09b8bff539a84c34fad51ed24d79d2ff18225
tree    a490215a4039f8e10759e6951f5305532271d54a
parent  37f107b67f4bc45791f7db813da1babeff7ae2fa
pmcdn /
name age message
file README Loading commit data...
file Rakefile
directory app/
directory autotest/
directory config/
directory log/
directory public/
directory spec/
README
Poor Mans CDN
=============

This is a demonstration app that is supposed to be used with the article found on my blog
http://jaikoo.com/articles/show/181 

It's designed with the following goals:
i) Demonstrate clearly how to stream a file form S3 with Merb
ii) No database access. This helps when you're running in a cloud computing environment.
iii) Show how frikkin cool Merb routing is.

Before you put this in production please be aware that you'll probably want some sort of security
in the assets controller. You'll also want to make the bucket name configurable.

Modify the s3_conf.yml file and change BUCKET_NAME in the assets controller.

Any questions send them to jonathan at jaikoo dot com

Cheers

Jonathan Conway