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