mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix aws bin loading
This commit is contained in:
parent
a4b4e1ffd9
commit
1ff62d60d3
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ class AWS < Fog::Bin
|
|||
end
|
||||
|
||||
def services
|
||||
[:compute, :elb, :simpledb, :storage]
|
||||
[:compute, :elb, :sdb, :storage]
|
||||
end
|
||||
|
||||
end
|
||||
|
|
Loading…
Add table
Reference in a new issue