...
1[duplicate-profile]
2region = us-east-1
3
4[profile with-tab]
5region = cn-south-2
6
7[duplicate-profile]
8region = us-west-2
9
10[profile unused-profile]
11region = ap-north-1
12
13[partial-creds-1]
14aws_secret_access_key = notForSecretAccess
15
16[complete]
17aws_access_key_id = credsAccessKey
18aws_secret_access_key = credsSecretKey
19
20[replaced-profile]
21region = us-west-2
22
23[profile replaced-profile]
24region = us-east-1
25
26[profile profile]
27region = us-east-1
28
29[profile-bar]
30region = us-west-2
31
32[profile ignored-profile]
33region = ap-east-1
34
View as plain text