appoxy / aws

Amazon Web Services (AWS) Ruby Gem

Home Page:https://rubygems.org/gems/aws

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when launching a new instance

mfojtik opened this issue · comments

Hi,

when I trying to launch an new instance I got some complains about 'nil' value in 'request['X-Amzn-Authorization']' on line 235 in "lib/awsbase/awsbase.rb".

After commenting out this line, everything is working fine.

235       #puts "header=" + request['X-Amzn-Authorization']

-- Michal

You may have got a the 2.5.0 release that was out for a few minutes. Try 2.5.1

Ah yes, you're correct. After installing 2.5.1 it works well. Thanks!