mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
fix typo
This commit is contained in:
parent
c8748aaa0b
commit
9a89d5128d
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ module Fog
|
||||||
|
|
||||||
end
|
end
|
||||||
class Mock
|
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
|
#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
|
# Also doesn't raise an error when there are too many keys
|
||||||
data[:users] ||= {}
|
data[:users] ||= {}
|
||||||
|
|
Loading…
Reference in a new issue