Re: [one-users] EC2 API PROBABLY BUGS

2011-02-07 Thread Paolo Smiraglia
Hi Tino! Sorry for the big delay of the response Comments inline. > Encoding method for AWS.encode [1] is HmacSHA1, am I missing something? I installed the version of AmazonEC2 ruby-gem 0.9.17. In the file /usr/lib/ruby/gems/1.8/gems/amazon-ec2-0.9.17/lib/AWS.rb:96 the algorithm used fo

Re: [one-users] EC2 API PROBABLY BUGS

2011-01-20 Thread Tino Vazquez
Dear Paolo, First think, many thanks for the valuable feedback. comments inline, On Fri, Jan 14, 2011 at 6:11 PM, Paolo Smiraglia wrote: > Hi! I discovered an AUTHENTICATION PROBLEM when using EC2 Tools > provided by OpenNebula. > > On client-side, the HMAC algorithm used is "HmacSHA256" while

[one-users] EC2 API PROBABLY BUGS

2011-01-14 Thread Paolo Smiraglia
Hi! I discovered an AUTHENTICATION PROBLEM when using EC2 Tools provided by OpenNebula. On client-side, the HMAC algorithm used is "HmacSHA256" while the passed parameter is "HmacSHA1" in $ONE_LOCATION/lib/ruby/cloud/econe/EC2QueryClient.rb:144 this causes an authentication failure. I found