-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(aws): Handle multiple profiles for s3 costs
- fixes #173 Cherry picked a change from #169 to extend the configuration for AWS to have profiles which represents the profiles you want to pill data from. Updated `aws/s3` to become aware of multiple profiles and create a new costexplorer client per profile when fetching billing data. Updated `s3.parseBillingData` to return a slice of outputs so that we can merge them with other profiles before parsing out billing data.
- Loading branch information
Showing
2 changed files
with
33 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters