1
0
Fork 0
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:
VirtualStaticVoid 2012-11-29 20:14:57 +02:00
parent 2f2aa769b9
commit de60286958

View file

@ -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 => {}