s3crets_scanner icon indicating copy to clipboard operation
s3crets_scanner copied to clipboard

AWS Creds check and async

Open InfiniteInsight opened this issue 2 years ago • 0 comments

Hi there! I've written a function to check for a configuration file in the /.aws/ directory. I'll submit a PR for this soon after I have tested a bit further as well as making some documentation changes via comments. You can check out the dev branch of my fork if you'd like to see what I have done so far.

I have also noted that even with a 12 hour expiration or an expiration adjusted to max the STS token can expire. I would like to make some of these functions asynchronous so that the STS token isn't required to finish.

I would also like to help you expand the README.md file.

Hope this is all ok to do!

InfiniteInsight avatar Nov 07 '22 02:11 InfiniteInsight