<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -10,7 +10,9 @@ ii) No database access. This helps when you're running in a cloud computing envi
 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.
+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
 </diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -2,10 +2,10 @@ class Assets &lt; Application
   
   def show
     file = request.env['REQUEST_PATH'].gsub('/assets/', '')
-    obj = AWS::S3::S3Object.find(file, 'moo_test' )
+    obj = AWS::S3::S3Object.find(file, 'BUCKET_NAME' )
     stream_file({ :filename =&gt;  file, :type =&gt; obj.content_type,
       :content_length =&gt; obj.content_length }) do |response|
-      AWS::S3::S3Object.stream(file, 'moo_test') do |chunk|
+      AWS::S3::S3Object.stream(file, 'BUCKET_NAME') do |chunk|
         response.write chunk
       end
     end</diff>
      <filename>app/controllers/assets.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>37f107b67f4bc45791f7db813da1babeff7ae2fa</id>
    </parent>
  </parents>
  <author>
    <name>jaikoo</name>
    <email>jonathan@jaikoo.com</email>
  </author>
  <url>http://github.com/jaikoo/pmcdn/commit/c2d09b8bff539a84c34fad51ed24d79d2ff18225</url>
  <id>c2d09b8bff539a84c34fad51ed24d79d2ff18225</id>
  <committed-date>2008-05-09T15:36:47-07:00</committed-date>
  <authored-date>2008-05-09T15:36:47-07:00</authored-date>
  <message>updated README</message>
  <tree>a490215a4039f8e10759e6951f5305532271d54a</tree>
  <committer>
    <name>jaikoo</name>
    <email>jonathan@jaikoo.com</email>
  </committer>
</commit>
