crypt icon indicating copy to clipboard operation
crypt copied to clipboard

Fix: remove default value for aws --profile flag

Open GabriFedi97 opened this issue 1 year ago • 0 comments

Removing the default value of the --profile flag used to create the AWS session. The value, if not passed, should be retrieved from the environment variable AWS_PROFILE (already done by the AWS SDK), or left empty if not present.

Closes #25

GabriFedi97 avatar Jan 09 '24 16:01 GabriFedi97