mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 00:25:46 -06:00
CloudWatch: Use default http client from aws-sdk-go (#46370)
* use default http client from aws-sdk-go * temp comment out line and link to issue
This commit is contained in:
parent
e2a283b6b9
commit
6670257c5e
@ -223,7 +223,8 @@ func (e *cloudWatchExecutor) newSession(pluginCtx backend.PluginContext, region
|
||||
}
|
||||
|
||||
return e.sessions.GetSession(awsds.SessionConfig{
|
||||
HTTPClient: dsInfo.HTTPClient,
|
||||
// https://github.com/grafana/grafana/issues/46365
|
||||
// HTTPClient: dsInfo.HTTPClient,
|
||||
Settings: awsds.AWSDatasourceSettings{
|
||||
Profile: dsInfo.profile,
|
||||
Region: region,
|
||||
|
Loading…
Reference in New Issue
Block a user