From a5e52fa1e7451069fa049d5090b832ad4ff7b057 Mon Sep 17 00:00:00 2001 From: Asim Biswal Date: Fri, 20 Oct 2023 05:00:09 +0000 Subject: [PATCH] config error --- skyplane/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skyplane/config.py b/skyplane/config.py index 8e5fecd1..b73fe2dd 100644 --- a/skyplane/config.py +++ b/skyplane/config.py @@ -156,7 +156,7 @@ def load_config(cls, path) -> "SkyplaneConfig": if "aws_access_key" in config["aws"]: aws_access_key = config.get("aws", "aws_access_key") if "aws_secret_key" in config["aws"]: - aws_secret_key = config.getboolean("aws", "aws_secret_key") + aws_secret_key = config.get("aws", "aws_secret_key") azure_enabled = False azure_subscription_id = None