diff --git a/lib/fog/aws/bin.rb b/lib/fog/aws/bin.rb index cebeaa7a9..75badf7f7 100644 --- a/lib/fog/aws/bin.rb +++ b/lib/fog/aws/bin.rb @@ -32,7 +32,7 @@ class AWS < Fog::Bin end def services - [:compute, :elb, :simpledb, :storage] + [:compute, :elb, :sdb, :storage] end end