mirror of
https://github.com/minio/minio.git
synced 2025-11-23 02:57:42 -05:00
set http transport config for gateway (#4765)
This change sets the http config for the minio client used by the minio server in gateway mode. Fixes #4765
This commit is contained in:
committed by
Harshavardhana
parent
1e8925cea0
commit
b10fa507b2
@@ -179,6 +179,7 @@ func newAzureLayer(host string) (GatewayLayer, error) {
|
||||
if err != nil {
|
||||
return &azureObjects{}, err
|
||||
}
|
||||
c.HTTPClient.Transport = newCustomHTTPTransport()
|
||||
|
||||
return &azureObjects{
|
||||
client: c.GetBlobService(),
|
||||
|
||||
Reference in New Issue
Block a user