File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 377377log_info " Uploading template.yaml to s3://${BUCKET} /aws/forwarder/${FORWARDER_VERSION} .yaml"
378378
379379if [[ ${ACCOUNT} == " prod" ]]; then
380- aws_login aws s3 cp template.yaml " s3://${BUCKET} /aws/forwarder/${FORWARDER_VERSION} .yaml" \
381- --grants " read=uri=http://acs.amazonaws.com/groups/global/AllUsers"
382- aws_login aws s3 cp template.yaml " s3://${BUCKET} /aws/forwarder/latest.yaml" \
383- --grants " read=uri=http://acs.amazonaws.com/groups/global/AllUsers"
380+ aws_login aws s3 cp template.yaml " s3://${BUCKET} /aws/forwarder/${FORWARDER_VERSION} .yaml"
381+ aws_login aws s3 cp template.yaml " s3://${BUCKET} /aws/forwarder/latest.yaml"
384382elif [[ ${ACCOUNT} == " datadog" ]]; then
385383 aws_login aws s3 cp template.yaml " s3://${BUCKET} /aws/forwarder/${FORWARDER_VERSION} .yaml"
386384 aws_login aws s3 cp template.yaml " s3://${BUCKET} /aws/forwarder/latest.yaml"
You can’t perform that action at this time.
0 commit comments