...

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

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

     1[default]
     2region = default_region
     3
     4[profile partial_creds]
     5aws_access_key_id = AKID
     6
     7[profile alt_profile_name]
     8region = alt_profile_name_region
     9
    10[profile creds_from_credentials]
    11aws_access_key_id = creds_from_config_akid
    12aws_secret_access_key = creds_from_config_secret
    13
    14[profile config_file_load_order]
    15region = shared_config_other_region
    16aws_access_key_id = shared_config_other_akid
    17aws_secret_access_key = shared_config_other_secret

View as plain text