Skip to content

Commit

Permalink
fix: use $AWS_ROLE_CONFIG_PATH to be consistent (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
blacha authored Aug 25, 2022
1 parent 9483f51 commit d1fff0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/aws/aws_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

client_sts = session.client("sts")

bucket_config_path = environ.get("AWS_BUCKET_CONFIG_PATH", "s3://linz-bucket-config/config.json")
bucket_config_path = environ.get("AWS_ROLE_CONFIG_PATH", "s3://linz-bucket-config/config.json")

# Load bucket to roleArn mapping for LINZ internal buckets from SSM
def _init_roles() -> None:
Expand Down

0 comments on commit d1fff0d

Please sign in to comment.