trek10inc / awsets

A utility for crawling an AWS account and exporting all its resources for further analysis.
MIT License
205 stars 25 forks source link

Fix marker of ListAccessKeys() #21

Closed x-color closed 3 years ago

x-color commented 3 years ago

It uses a marker of ListUsers as a marker of ListAccessKeys when it gets resources of IAM Users. Invalid Marker Error is occurred by the problem if many users exist.

This pull request fixes it.

jcarter3 commented 3 years ago

Nice find/fix. Thanks!