You can make a file called `~/.aws/credentials` and set ``` [default] aws_access_key_id = apikeyid a

You can make a file called ~/.aws/credentials and set
[default]
aws_access_key_id = apikeyid
aws_secret_access_key = secretwithsha256

You still need all of the other arguments, but this allows you to skip the credential ones.
Was this page helpful?