Skip to content

Commit

Permalink
rgw/admin: Fixup for 6f90ce1
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Anderson <[email protected]>
  • Loading branch information
ansiwen committed Feb 13, 2024
1 parent 6f90ce1 commit 27a14ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rgw/admin/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ type User struct {
UserQuota QuotaSpec `json:"user_quota"`
TempURLKeys []interface{} `json:"temp_url_keys"`
Type string `json:"type"`
MfaIDs []interface{} `json:"mfa_ids"`
MfaIds []interface{} `json:"mfa_ids"`

Check failure on line 29 in rgw/admin/user.go

View workflow job for this annotation

GitHub Actions / check

struct field MfaIds should be MfaIDs
KeyType string `url:"key-type"`
Tenant string `url:"tenant"`
GenerateKey *bool `url:"generate-key"`
Expand Down

0 comments on commit 27a14ef

Please sign in to comment.