<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -182,7 +182,7 @@ module EC2
                           &quot;Version&quot; =&gt; API_VERSION,
                           &quot;Timestamp&quot;=&gt;Time.now.getutc.iso8601} )
 
-          sig = get_aws_auth_param(params, @secret_access_key)
+          sig = get_aws_auth_param(params, @secret_access_key, @server)
 
           query = params.sort.collect do |param|
             CGI::escape(param[0]) + &quot;=&quot; + CGI::escape(param[1])
@@ -205,8 +205,8 @@ module EC2
       end
 
       # Set the Authorization header using AWS signed header authentication
-      def get_aws_auth_param(params, secret_access_key)
-        canonical_string =  EC2.canonical_string(params)
+      def get_aws_auth_param(params, secret_access_key, server)
+        canonical_string =  EC2.canonical_string(params, server)
         encoded_canonical = EC2.encode(secret_access_key, canonical_string)
       end
 </diff>
      <filename>lib/EC2.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c38a9eaadc22f7a34b823d14093a7da868c68833</id>
    </parent>
  </parents>
  <author>
    <name>delano</name>
    <email>delano@solutious.com</email>
  </author>
  <url>http://github.com/grempe/amazon-ec2/commit/2a50f5ca420b3512cf93490f059e1ed91e4eb5d3</url>
  <id>2a50f5ca420b3512cf93490f059e1ed91e4eb5d3</id>
  <committed-date>2009-04-16T10:15:17-07:00</committed-date>
  <authored-date>2009-04-16T09:57:09-07:00</authored-date>
  <message>Fixed signature for EU region

Signed-off-by: Glenn Rempe &lt;glenn@rempe.us&gt;</message>
  <tree>52a4c8073b45e4303326134739abd68ab2941f98</tree>
  <committer>
    <name>Glenn Rempe</name>
    <email>glenn@rempe.us</email>
  </committer>
</commit>
