diff --git a/api/api.go b/api/api.go index e5f47db78..3d83de8e9 100644 --- a/api/api.go +++ b/api/api.go @@ -130,7 +130,6 @@ func (c *Config) ClientConfig(region, address string, tlsEnabled bool) *Config { Address: fmt.Sprintf("%s://%s", scheme, address), Region: region, httpClient: defaultConfig.httpClient, - Region: c.Region, SecretID: c.SecretID, HttpAuth: c.HttpAuth, WaitTime: c.WaitTime,