okigan / awscurl

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

bugfix(args): normalize empty credentials #198

Open uriofferup opened 2 months ago

uriofferup commented 2 months ago

Validate if credentials are empty string set them to None. This allows to keep checking for other credentials sources when the input is an empty string. Common case is having an environment variable set as empty text.

olfa-arfani commented 2 months ago

approved