<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>amazon-ecs.gemspec</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -28,6 +28,13 @@ Version: 0.5.4
     # to generate signed requests include your secret key:
     Amazon::Ecs.options = {:aWS_access_key_id =&gt; [your developer token], :aWS_secret_key =&gt; [your secret access key]}
 
+    # alternatively,
+    Amazon::Ecs.configure do |options|
+        options[:aWS_access_key_id] = [your access key]
+        options[:aWS_secret_key] = [you secret key]
+    end
+	
+
     # options provided on method call will merge with the default options
     res = Amazon::Ecs.item_search('ruby', {:response_group =&gt; 'Medium', :sort =&gt; 'salesrank'})
 </diff>
      <filename>README</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>383b035ac258e4e7fb1c6f065e511d7ce27327cf</id>
    </parent>
  </parents>
  <author>
    <name>Dan Milne</name>
    <email>d@nmilne.com</email>
  </author>
  <url>http://github.com/jugend/amazon-ecs/commit/5cb43968015e1b4db31d1159151371424e9973d3</url>
  <id>5cb43968015e1b4db31d1159151371424e9973d3</id>
  <committed-date>2009-06-20T23:43:54-07:00</committed-date>
  <authored-date>2009-06-20T23:43:54-07:00</authored-date>
  <message>Update to the README and a gemspec file - as per http://github.com/kineticac/amazon-ecs/</message>
  <tree>f1a096e124c5cebf0b23862cb26e72502e2798d4</tree>
  <committer>
    <name>Dan Milne</name>
    <email>d@nmilne.com</email>
  </committer>
</commit>
