mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
added support for mock
This commit is contained in:
parent
2f2aa769b9
commit
de60286958
1 changed files with 1 additions and 0 deletions
|
@ -89,6 +89,7 @@ module Fog
|
|||
:users => Hash.new do |uhash, ukey|
|
||||
uhash[ukey] = {
|
||||
:user_id => Fog::AWS::Mock.key_id,
|
||||
:path => '/',
|
||||
:arn => "arn:aws:iam::#{Fog::AWS::Mock.owner_id}:user/#{ukey}",
|
||||
:access_keys => [],
|
||||
:policies => {}
|
||||
|
|
Loading…
Add table
Reference in a new issue