Skip to content

Commit

Permalink
Fix spacing for client config
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Reid <tyler.reid@grafana.com>
  • Loading branch information
Tyler Reid committed Jun 22, 2021
1 parent 30a83f7 commit bd82f70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notify/sns/sns.go
Expand Up @@ -92,7 +92,7 @@ func (n *Notifier) Notify(ctx context.Context, alert ...*types.Alert) (bool, err
// If we have set the API URL we need to create a new session to get the STS Credentials.
stsSess, err = session.NewSessionWithOptions(session.Options{
Config: aws.Config{
Region: aws.String(n.conf.Sigv4.Region),
Region: aws.String(n.conf.Sigv4.Region),
Credentials: creds,
},
Profile: n.conf.Sigv4.Profile,
Expand Down

0 comments on commit bd82f70

Please sign in to comment.