google / cloud-forensics-utils

Python library to carry out DFIR analysis on the Cloud
Apache License 2.0
464 stars 88 forks source link

Move GetAccountInformation() to a common location for AWS #307

Open hiddenillusion opened 3 years ago

hiddenillusion commented 3 years ago

GetAccountInformation() currently resides in the EBS lib but since leverages the STS service, it would be better suited in a common location since it may be used outside of EBS functions.