<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,5 @@
 This Fork is to provide support to European Buckets of Amazon S3, which changes concepts like the &quot;Host&quot; header (from s3.amazonaws.com to bucket_name.amazonaws.com)
-With this fork, you can connect to US Buckets as well as EU Buckets.
+With this fork, you can connect to/create US Buckets as well as EU Buckets.
 
 = AWS::S3
 
@@ -66,6 +66,9 @@ Buckets are containers for objects (the files you store on S3). To create a new
   # Pick a unique name, or else you'll get an error 
   # if the name is already taken.
   Bucket.create('jukebox')
+  
+  # To create an European bucket.
+  Bucket.create('jukebox', :location =&gt; :eu)
 
 Bucket names must be unique across the entire S3 system, sort of like domain names across the internet. If you try
 to create a bucket with a name that is already taken, you will get an error.</diff>
      <filename>README</filename>
    </modified>
    <modified>
      <diff>@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name              = 'aws-s3'
-  s.version           = &quot;0.4.0&quot;
+  s.version           = &quot;0.4.1&quot;
   s.summary           = &quot;Client library for Amazon's Simple Storage Service's REST API&quot;
   s.description       = s.summary
   s.email             = 'marcel@vernix.org'</diff>
      <filename>aws-s3.gemspec</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>060ee23f4ef1dcedb796076045300930295c2c44</id>
    </parent>
  </parents>
  <author>
    <name>Isaac Feliu</name>
    <email>isaac@vesne.com</email>
  </author>
  <url>http://github.com/isaacfeliu/aws-s3/commit/581956d33831d5ba624898c724b92b24cf7b3571</url>
  <id>581956d33831d5ba624898c724b92b24cf7b3571</id>
  <committed-date>2008-06-04T03:52:50-07:00</committed-date>
  <authored-date>2008-06-04T03:52:50-07:00</authored-date>
  <message>Changed version number to reflect european buckets support</message>
  <tree>44d47bf90d065261c686b3fcc5fa7e365a592781</tree>
  <committer>
    <name>Isaac Feliu</name>
    <email>isaac@vesne.com</email>
  </committer>
</commit>
