Skip to content

Commit 4115af0

Browse files
author
Andrew Wheal
committed
Merged paul-porter:patch-1 into master
Original author: https://github.com/paul-porter Original branch: https://github.com/paul-porter/aws-mfa/tree/patch-1 Original PR: broamski#38
2 parents 0a07a48 + b7a6b39 commit 4115af0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ aws-mfa: Easily manage your AWS Security Credentials when using Multi-Factor Aut
55

66
The concept behind **aws-mfa** is that there are 2 types of credentials:
77

8-
* `long-term` - Your typcial AWS access keys, consisting of an `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`
8+
* `long-term` - Your typical AWS access keys, consisting of an `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`
99

1010
* `short-term` - A temporary set of credentials that are generated by AWS STS using your `long-term` credentials in combination with your MFA device serial number (either a hardware device serial number or virtual device ARN) and one time token code. Your short term credentials are the credentials that are actively utilized by the AWS SDK in use.
1111

@@ -31,7 +31,7 @@ Credentials File Setup
3131

3232
In a typical AWS credentials file (located at `~/.aws/credentials`), credentials are stored in sections, denoted by a pair of brackets: `[]`. The `[default]` section stores your default credentials. You can store multiple sets of credentials using different profile names. If no profile is specified, the `[default]` section is always used.
3333

34-
By default long term credential sections are identified by the convention `[<profile_name>-long-term]` and short term credentials are identified by the typical convention: `[<profile_name>]`. The following illustrates how you would configure you credentials file using **aws-mfa** with your default credentials:
34+
By default, long term credential sections are identified by the convention `[<profile_name>-long-term]` and short term credentials are identified by the typical convention: `[<profile_name>]`. The following illustrates how you would configure your credentials file using **aws-mfa** with your default credentials:
3535

3636
```ini
3737
[default-long-term]
@@ -286,4 +286,4 @@ INFO - Success! Your credentials will expire in 3600 seconds at: 2017-07-10 07:1
286286
$> aws s3 list-objects —bucket my-production-bucket —profile myorganization-production
287287

288288
$> aws s3 list-objects —bucket my-staging-bucket —profile myorganization-staging
289-
```
289+
```

0 commit comments

Comments
 (0)