зеркало из https://github.com/docker/compose-cli.git
Fix region from environment
Signed-off-by: aiordache <anca.iordache@docker.com>
This commit is contained in:
Родитель
53efa312c8
Коммит
2fdc93786e
|
@ -43,7 +43,8 @@ func getEnvVars() ContextParams {
|
|||
}
|
||||
// check REGION env vars
|
||||
region := os.Getenv("AWS_REGION")
|
||||
if region == "" {
|
||||
c.Region = region
|
||||
if c.Region == "" {
|
||||
region = os.Getenv("AWS_DEFAULT_REGION")
|
||||
if region == "" {
|
||||
region = "us-east-1"
|
||||
|
|
Загрузка…
Ссылка в новой задаче