summaryrefslogtreecommitdiffstats
path: root/py3status/modules/aws_bill.py
diff options
context:
space:
mode:
authorAnthony Brodard <anthony.brodard@fullsix.com>2015-04-29 17:21:28 +0200
committerAnthony Brodard <anthony.brodard@fullsix.com>2015-04-29 17:21:28 +0200
commit2291364d1691e52cf1c3662d58ef87808d2477b5 (patch)
tree01939258f35c8e11dc2d8d14e1e20a2e247fd537 /py3status/modules/aws_bill.py
parente3d7c80941dd5a9e0a4e7d51d9cbdb36933c7bcc (diff)
Change param desc
Diffstat (limited to 'py3status/modules/aws_bill.py')
-rwxr-xr-xpy3status/modules/aws_bill.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/modules/aws_bill.py b/py3status/modules/aws_bill.py
index ebe762f..8ca5f42 100755
--- a/py3status/modules/aws_bill.py
+++ b/py3status/modules/aws_bill.py
@@ -11,7 +11,7 @@ Configuration parameters:
- aws_secret_access_key : Your AWS secret key
- aws_account_id : the root ID of the AWS account. Can be find here https://console.aws.amazon.com/billing/home#/account
- s3_bucket_name : the bucket where billing files are sent by AWS. Follow this article to activate this feature : http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/detailed-billing-reports.html
- - billing_file : where the billing file must be stored
+ - billing_file : csv file location
- cache_timeout : how often we refresh this module in seconds
@author nawadanp