mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
[aws|iam] UploadServerCertificate parser respects CertificateBody and CertificateChain.
This commit is contained in:
parent
a16a86aa5d
commit
6788c8e6f1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Fog
|
|||
|
||||
def end_element(name)
|
||||
case name
|
||||
when 'Arn', 'Path', 'ServerCertificateId', 'ServerCertificateName'
|
||||
when 'Arn', 'Path', 'ServerCertificateId', 'ServerCertificateName', 'CertificateBody', 'CertificateChain'
|
||||
@response['Certificate'][name] = value
|
||||
when 'UploadDate'
|
||||
@response['Certificate'][name] = Time.parse(value)
|
||||
|
|
Loading…
Add table
Reference in a new issue