mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|iam] P. ✌️
This commit is contained in:
parent
352d3658cb
commit
be7017e79f
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ module Fog
|
|||
raise Fog::AWS::IAM::EntityAlreadyExists.new
|
||||
else
|
||||
response.status = 200
|
||||
path = options['path'] || "/"
|
||||
path = options['Path'] || "/"
|
||||
data = {
|
||||
'Arn' => Fog::AWS::Mock.arn('iam', self.data[:owner_id], "server-certificate/#{name}"),
|
||||
'Path' => path,
|
||||
|
|
Loading…
Add table
Reference in a new issue