From 1cdd0ecffc801958e7e3f3c00e82701e66b4d32a Mon Sep 17 00:00:00 2001 From: Katie McLaughlin Date: Fri, 6 Feb 2015 13:45:10 +1100 Subject: [PATCH] Format `awsconfig` sample config correctly Reflow change in commit 195f3a3f removed newlines in the config format. This change reverts the sample config to the original formatting, which matches the actual config format of a `awsconfig` file. Signed-off-by: Katie McLaughlin Upstream-commit: df3933621372e6f974801717cbb9fe3846efbfd6 Component: engine --- components/engine/docs/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/components/engine/docs/README.md b/components/engine/docs/README.md index 4121fe7235..3b471555cd 100755 --- a/components/engine/docs/README.md +++ b/components/engine/docs/README.md @@ -89,8 +89,10 @@ you need to access the AWS bucket you'll be deploying to. The release script will create an s3 if needed, and will then push the files to it. - [profile dowideit-docs] aws_access_key_id = IHOIUAHSIDH234rwf.... - aws_secret_access_key = OIUYSADJHLKUHQWIUHE...... region = ap-southeast-2 + [profile dowideit-docs] + aws_access_key_id = IHOIUAHSIDH234rwf.... + aws_secret_access_key = OIUYSADJHLKUHQWIUHE...... + region = ap-southeast-2 The `profile` name must be the same as the name of the bucket you are deploying to - which you call from the `docker` directory: