1
0
Fork 0
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:
Dylan Egan 2011-12-29 16:42:52 -08:00
parent 352d3658cb
commit be7017e79f

View file

@ -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,