Skip to content

Commit

Permalink
docs: missing "profile" in ~/.aws/config profile (#3068)
Browse files Browse the repository at this point in the history
To define a profile in the `~/.aws/config` file, it need to be `[profile <profile name>]`.



By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the Apache 2.0 License.
  • Loading branch information
cobusbernard authored Nov 22, 2021
1 parent f522c9d commit cdbd8f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion site/content/docs/credentials.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion site/content/docs/credentials.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit cdbd8f9

Please sign in to comment.