1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-24 21:06:19 +00:00

Allow aws credential skip validation (#22991)

* Allow aws credential skip validation

* Don't validate the auto-created default profile
This commit is contained in:
Jason Hu
2019-04-12 17:19:05 -07:00
committed by GitHub
parent 3f69d0283d
commit 73a473ac29
3 changed files with 57 additions and 11 deletions

View File

@@ -14,3 +14,4 @@ CONF_PROFILE_NAME = "profile_name"
CONF_REGION = "region_name"
CONF_SECRET_ACCESS_KEY = "aws_secret_access_key"
CONF_SERVICE = "service"
CONF_VALIDATE = "validate"