...

Text file src/github.com/aws/aws-sdk-go-v2/config/testdata/shared_credentials

Documentation: github.com/aws/aws-sdk-go-v2/config/testdata

     1[DoNotNormalize]
     2aws_access_key_id = DoNotNormalize_credentials_akid
     3aws_secret_access_key = DoNotNormalize_credentials_secret
     4
     5[donotnormalize]
     6aws_access_key_id = donotnormalize_credentials_akid
     7aws_secret_access_key = donotnormalize_credentials_secret
     8
     9[DONOTNORMALIZE]
    10aws_access_key_id = DONOTNORMALIZE_credentials_akid
    11aws_secret_access_key = DONOTNORMALIZE_credentials_secret
    12
    13[DoNotNormalize]
    14region = eu-west-1
    15
    16[donotnormalize]
    17region = eu-west-2
    18
    19[DONOTNORMALIZE]
    20region = eu-west-3
    21
    22[merged_profiles]
    23duration_seconds = 1023
    24role_arn = creds_profile_arn
    25sso_start_url = https://my-sso-cred-profile-role.awsapps.com/start
    26sso_region = us-west-2
    27sso_account_id = 0123456789
    28sso_role_name = CredProfileRole
    29ca_bundle = /path/to/bundle.b

View as plain text