Skip to content

Commit

Permalink
Merge pull request #21 from x-color/fix-iam-accesskey-marker
Browse files Browse the repository at this point in the history
Fix marker of ListAccessKeys()
  • Loading branch information
Jeff authored Sep 7, 2021
2 parents 9b2bb30 + a8eb409 commit 24a3ac0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lister/iam_user.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (l AWSIamUser) List(ctx context.AWSetsCtx) (*resource.Group, error) {
akR.AddAttribute("LastUsed", lastUsed.AccessKeyLastUsed)
rg.AddResource(akR)
}
return res.Marker, nil
return keys.Marker, nil
})
if err != nil {
return nil, err
Expand Down

0 comments on commit 24a3ac0

Please sign in to comment.