-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Fix cost calculations for AWS S3 #1054
feat: Fix cost calculations for AWS S3 #1054
Conversation
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
/cc @AvineshTripathi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
9ea9e1d
to
eeef8dc
Compare
@Azanul @AvineshTripathi PHAL! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think the code comments are pretty obvious and can be removed. Thanks for the work @bishal7679
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the changes @bishal7679 once the comments are removed, I'll merge the PR :)
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
263305c
to
66b6a6c
Compare
Signed-off-by: bishal7679 <bishalhnj127@gmail.com>
All good to go now 👍 @mlabouardy |
Problem #1022
Currently cost for AWS S3 is always showing as $0.
Solution
This PR is fixing that issue by adding more filters and usage metrics for request to s3 bucket with absolute pricemap fetching.
Changes Made
AmazonS3
service code and appropriate filters.Screenshots
Checklist
Taking ref from :- #1053