Fix linter error
Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
This commit is contained in:
parent
8911051770
commit
dfb4d1fba1
|
@ -78,8 +78,8 @@ func (n *Notifier) Notify(ctx context.Context, alert ...*types.Alert) (bool, err
|
||||||
|
|
||||||
sess, err := session.NewSessionWithOptions(session.Options{
|
sess, err := session.NewSessionWithOptions(session.Options{
|
||||||
Config: aws.Config{
|
Config: aws.Config{
|
||||||
Region: aws.String(n.conf.Sigv4.Region),
|
Region: aws.String(n.conf.Sigv4.Region),
|
||||||
Endpoint: aws.String(tmpl(n.conf.APIUrl)),
|
Endpoint: aws.String(tmpl(n.conf.APIUrl)),
|
||||||
},
|
},
|
||||||
Profile: n.conf.Sigv4.Profile,
|
Profile: n.conf.Sigv4.Profile,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue