Skip to content

Commit

Permalink
Fix mfaDelete XML element in VersionningConfiguration (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamin3322 committed Sep 22, 2023
1 parent a3f9e62 commit 16841e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class VersioningConfiguration {
@Element(name = "Status", required = false)
private String status;

@Element(name = "MFADelete", required = false)
@Element(name = "MfaDelete", required = false)
private String mfaDelete;

public VersioningConfiguration() {}
Expand Down

0 comments on commit 16841e5

Please sign in to comment.