Ok, it was a bug that I introduced and I'm sorry about that :( It should have been ENV['EC2_URL']=nil ENV['S3_URL']=nil instead of ENV['EC2_URL']='' ENV['S3_URL']=''
Sang-min On Mon, Apr 18, 2011 at 3:34 PM, <[email protected]> wrote: > > The current EC2 driver contains a bug that makes most requests fail with an > invalid signature. The issue, reported by jayg, was introduced in commit > b8e725c6 > > These patches also improve the Eucalyptus driver to not modify environment > variables. > > Unfortunately, cucumber and server unit tests fail for me, even on the > trunk, so I've only tested these patches manually. > > David >
