s/acesss/access (#3593)

Spell "access" correctly
pull/3579/head
Jay 7 years ago committed by James Phillips
parent dcb392df46
commit 4d95a56b43

@ -297,7 +297,7 @@ will exit with an error at startup.
#### Authentication & Precedence #### Authentication & Precedence
- Static credentials `acesss_key_id=xxx secret_access_key=xxx` - Static credentials `access_key_id=xxx secret_access_key=xxx`
- Environment variables (`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`) - Environment variables (`AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY`)
- Shared credentials file (`~/.aws/credentials` or the path specified by `AWS_SHARED_CREDENTIALS_FILE`) - Shared credentials file (`~/.aws/credentials` or the path specified by `AWS_SHARED_CREDENTIALS_FILE`)
- ECS task role metadata (container-specific). - ECS task role metadata (container-specific).

Loading…
Cancel
Save