fix aws bin loading

This commit is contained in:
geemus 2010-09-23 16:35:30 -07:00
parent a4b4e1ffd9
commit 1ff62d60d3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class AWS < Fog::Bin
end
def services
[:compute, :elb, :simpledb, :storage]
[:compute, :elb, :sdb, :storage]
end
end