Skip to content

Fix: remove default value for aws --profile flag#26

Open
GabriFedi97 wants to merge 2 commits intoVirtusLab:masterfrom
GabriFedi97:fix-aws-auth
Open

Fix: remove default value for aws --profile flag#26
GabriFedi97 wants to merge 2 commits intoVirtusLab:masterfrom
GabriFedi97:fix-aws-auth

Conversation

@GabriFedi97
Copy link
Copy Markdown

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

The profile, if not passed, should be retrieved
from the environment and not be enforced as "default"

Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Signed-off-by: Gabriele Fedi <gabriele.fedi@enterprisedb.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Avoid setting the "default" profile if not passed

1 participant