I'm trying to import AWS credentials from csv file with headers
User name,Password,Access key ID,Secret access key,Console login link
and using command
aws configure import --csv file://myfile.csv --region us-east-1
But the region comes back as empty. I tried setting region header in CSV file too but nothing works.
Below is the output of aws configure list
Name Value Type Location
---- ----- ---- --------
profile deployment_admin env ['AWS_PROFILE', 'AWS_DEFAULT_PROFILE']
access_key ****************. shared-credentials-file
secret_key ****************. shared-credentials-file
region <not set> None None