1
0
Fork 0
mirror of https://github.com/fog/fog.git synced 2022-11-09 13:51:43 -05:00
This commit is contained in:
Edward Muller 2012-02-06 14:08:32 -08:00
parent c8748aaa0b
commit 9a89d5128d

View file

@ -33,7 +33,7 @@ module Fog
end
class Mock
def create_acccess_key(options)
def create_access_key(options)
#FIXME: Not 100% correct as AWS will use the signing credentials when there is no 'UserName' in the options hash
# Also doesn't raise an error when there are too many keys
data[:users] ||= {}