Commit 34f42397 by Kevin Falcone

Merge pull request #3019 from edx/jibsheet/minos-bucket-location

Instead of hardcoding a bucket name, use the common sync bucket
parents 8c2f2248 cbceec18
......@@ -14,7 +14,7 @@ MINOS_GIT_IDENTITY: !!null
MINOS_SERVICE_CONFIG:
aws_profile: !!null
s3_bucket: edx-{{ COMMON_ENVIRONMENT }}-{{ COMMON_DEPLOYMENT }}
s3_bucket: "{{ COMMON_AWS_SYNC_BUCKET }}"
bucket_path: lifecycle/minos
voter_conf_d: "{{ minos_voter_cfg }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment