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:
parent
4849e12b26
commit
303500b433
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module Fog
|
|||
|
||||
def end_element(name)
|
||||
case name
|
||||
when 'Status'
|
||||
when 'Status', 'MfaDelete'
|
||||
@response['VersioningConfiguration'][name] = value
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue