This tool is one of the best I found on github.
By any chance do you happen to have this tool on boto3?
I used the tool and works great but the issue is that I can only use IAM credentials that use session token.
This kind of credentials seems to be not supported on boto.
export AWS_ACCESS_KEY_ID=
export AWS_SECRET_ACCESS_KEY=
export AWS_SESSION_TOKEN=
If I use just the standard credentials with the pair access key and secret key works great but when using credentials with 3 keys won't recognize them as a proper credential.
Regards!