File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -36,15 +36,16 @@ depending on service gems.**
36
36
37
37
## Configuration
38
38
39
- You will need to configure credentials and a region, either in configuration
40
- files or environment variables, to make API calls. It is recommended that you
39
+ You will need to configure credentials and a region, either in
40
+ [ configuration files] ( https://docs.aws.amazon.com/sdkref/latest/guide/file-location.html )
41
+ or environment variables, to make API calls. It is recommended that you
41
42
provide these via your environment. This makes it easier to rotate credentials
42
- and it keeps your secrets out of source control.
43
+ and it keeps your secrets out of source control.
43
44
44
45
The SDK searches the following locations for credentials:
45
46
46
47
* ` ENV['AWS_ACCESS_KEY_ID'] ` and ` ENV['AWS_SECRET_ACCESS_KEY'] `
47
- * The shared credentials ini file at ` ~/.aws/credentials `
48
+ * The shared credentials ini file at ` ~/.aws/credentials ` . The location used can be changed with the ` AWS_CREDENTIALS_FILE ` ENV variable.
48
49
* Credential options supported in this file are:
49
50
* Static Credentials (` aws_access_key_id ` , ` aws_secret_access_key ` , ` aws_session_token ` )
50
51
* Assume Role Web Identity Credentials (` web_identity_token_file ` , ` role_arn ` , ` source_profile ` )
You can’t perform that action at this time.
0 commit comments