From cdbd8f904790514c056f6745f8212fb9f8a4179f Mon Sep 17 00:00:00 2001 From: Cobus Bernard Date: Mon, 22 Nov 2021 20:54:07 +0200 Subject: [PATCH] docs: missing "profile" in ~/.aws/config profile (#3068) To define a profile in the `~/.aws/config` file, it need to be `[profile ]`. By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License. --- site/content/docs/credentials.en.md | 2 +- site/content/docs/credentials.ja.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/credentials.en.md b/site/content/docs/credentials.en.md index c55ea4620d8..5978b2789c9 100644 --- a/site/content/docs/credentials.en.md +++ b/site/content/docs/credentials.en.md @@ -24,7 +24,7 @@ Alternatively, you can set the `AWS_PROFILE` environment variable to point to a ```ini # ~/.aws/config -[my-app] +[profile my-app] credential_process = /opt/bin/awscreds-custom --username helen region=us-west-2 diff --git a/site/content/docs/credentials.ja.md b/site/content/docs/credentials.ja.md index a34fe52ec72..1ac5fa82b73 100644 --- a/site/content/docs/credentials.ja.md +++ b/site/content/docs/credentials.ja.md @@ -28,7 +28,7 @@ region=us-west-2 ```ini # ~/.aws/config -[my-app] +[profile my-app] credential_process = /opt/bin/awscreds-custom --username helen region=us-west-2