mirror of
https://github.com/minio/mc.git
synced 2025-11-29 19:43:09 +03:00
Support for setting custom Transport in S3Client configuration (#3510)
This commit is contained in:
@@ -19,6 +19,7 @@ package cmd
|
||||
import (
|
||||
"context"
|
||||
"io"
|
||||
"net/http"
|
||||
"os"
|
||||
"time"
|
||||
|
||||
@@ -194,6 +195,7 @@ type Config struct {
|
||||
Debug bool
|
||||
Insecure bool
|
||||
Lookup minio.BucketLookupType
|
||||
Transport *http.Transport
|
||||
}
|
||||
|
||||
// SelectObjectOpts - opts entered for select API
|
||||
|
||||
Reference in New Issue
Block a user