okigan / awscurl

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

Use profile if set, remove default #172

Open erpel opened 1 year ago

erpel commented 1 year ago

Tries to address #44 without breaking access in ec2 (#163). This reintroduces code added with #146 while hoping to avoid breaking other workflows.

I've verified that the cloudshell reproduction shown in #163 does not break with this addition. The removal of the default value for --profile might still carry some risk.