We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 775abad commit b09b64fCopy full SHA for b09b64f
config/aws.go
@@ -21,7 +21,7 @@ func loadAwsConfig(accessKeyID, secretAccessKey, defaultRegion string) aws.Confi
21
AccessKeyID: accessKeyID, SecretAccessKey: secretAccessKey,
22
Source: "Reka Variables",
23
},
24
- }))
+ }), awsCfg.WithRegion(defaultRegion))
25
} else {
26
cfg, err = awsCfg.LoadDefaultConfig(awsCfg.WithRegion(defaultRegion))
27
}
0 commit comments