1[default]
2credential_process = type .\testdata\proc_creds_expired.json
3
4[not_expire]
5credential_process = type .\testdata\proc_creds_not_expire.json
6
7[not_alone]
8aws_access_key_id = notFromCredProcAccess
9aws_secret_access_key = notFromCredProcSecret
10credential_process = type .\testdata\proc_creds_verybad.json
11