1
0
Fork 0
mirror of https://github.com/fog/fog-aws.git synced 2022-11-09 13:50:52 -05:00

pretend current iam user is "root"

This commit is contained in:
Josh Lane 2015-05-19 13:08:59 -07:00
parent b037c3a86f
commit edf1ced788

View file

@ -182,7 +182,7 @@ module Fog
end
def current_user
self.data[:users][@aws_access_key_id]
self.data[:users]["root"]
end
end