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

[aws|storage] Added the MfaDelete value to the get_bucket_versioning parser.

This commit is contained in:
Kevin Menard 2012-03-02 22:21:55 -05:00
parent 4849e12b26
commit 303500b433

View file

@ -11,7 +11,7 @@ module Fog
def end_element(name)
case name
when 'Status'
when 'Status', 'MfaDelete'
@response['VersioningConfiguration'][name] = value
end
end