Skip to content

Commit

Permalink
fixing config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
abiswal2001 committed Oct 20, 2023
1 parent bbeccfe commit 1392037
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions skyplane/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ def load_config(cls, path) -> "SkyplaneConfig":
anon_clientid = cls.generate_machine_id()

aws_enabled = False
aws_access_key = None
aws_secret_access_key = None
if "aws" in config:
if "aws_enabled" in config["aws"]:
aws_enabled = config.getboolean("aws", "aws_enabled")
Expand Down

0 comments on commit 1392037

Please sign in to comment.