crypt
crypt copied to clipboard
Fix: remove default value for aws --profile flag
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