okigan / awscurl

curl-like access to AWS resources with AWS Signature Version 4 request signing.
MIT License
755 stars 94 forks source link

Allow credential process to be used for profiles #146

Closed hunoz closed 2 years ago

hunoz commented 2 years ago

Currently, when using a credential_process, I am unable to make calls successfully as there are no credentials in ~/.aws/credentials. This allows the usage of credential_process for the specified profile.

hunoz commented 2 years ago

This is a continuation of https://github.com/okigan/awscurl/pull/102 as that seems to have been abandoned.

okigan commented 2 years ago

going ahead with PR