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:
parent
b037c3a86f
commit
edf1ced788
1 changed files with 1 additions and 1 deletions
|
@ -182,7 +182,7 @@ module Fog
|
|||
end
|
||||
|
||||
def current_user
|
||||
self.data[:users][@aws_access_key_id]
|
||||
self.data[:users]["root"]
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue