Skip to content

Commit 717e3af

Browse files
committed
Add "ice.billing_s3bucketregion" in the README
1 parent f9efb34 commit 717e3af

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ Using basic setup, you don't need any extra code change and you will use the pro
7575
ice.billing_s3bucketname=billing_s3bucketname1,billing_s3bucketname2
7676
# prefix of the billing files. multiple prefixes are delimited by ","
7777
ice.billing_s3bucketprefix=,
78+
# location for the billing bucket. It should be specified for buckets using v4 validation
79+
ice.billing_s3bucketregion=eu-west-1,eu-central-1
7880
# specify your payer account id here if across-accounts IAM role access is used. multiple account ids are delimited by ",". "ice.billing_payerAccountId=,222222222222" means assumed role access is only used for the second bucket.
7981
ice.billing_payerAccountId=,123456789012
8082
# specify the assumed role name here if you use IAM role access to read from billing s3 bucket. multiple role names are delimited by ",". "ice.billing_accessRoleName=,ice" means assumed role access is only used for the second bucket.

src/java/sample.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ ice.ondemandCostAlertThreshold=250
2828
# ec2 ondemand hourly cost alert emails, separated by ","
2929
ice.ondemandCostAlertEmails=
3030

31-
# modify the following 5 properties according to your billing files configuration. if you have multiple payer accounts, you will need to specify multiple values for each property.
31+
# modify the following 6 properties according to your billing files configuration. if you have multiple payer accounts, you will need to specify multiple values for each property.
3232
# s3 bucket name where the billing files are. multiple bucket names are delimited by ",". Ice must have read access to billing s3 bucket.
3333
ice.billing_s3bucketname=billing_s3bucketname1,billing_s3bucketname2
3434
# location for the billing bucket. It should be specified for buckets using v4 validation

0 commit comments

Comments
 (0)