mirror of
https://github.com/minio/minio.git
synced 2025-02-28 05:49:16 -05:00
parent
6fef4c21b9
commit
2e4d9124ad
@ -362,6 +362,7 @@ func (sys *BucketTargetSys) getRemoteTargetClient(tcfg *madmin.BucketTarget) (*T
|
|||||||
api, err := minio.New(tcfg.Endpoint, &miniogo.Options{
|
api, err := minio.New(tcfg.Endpoint, &miniogo.Options{
|
||||||
Creds: creds,
|
Creds: creds,
|
||||||
Secure: tcfg.Secure,
|
Secure: tcfg.Secure,
|
||||||
|
Region: tcfg.Region,
|
||||||
Transport: getRemoteTargetInstanceTransport,
|
Transport: getRemoteTargetInstanceTransport,
|
||||||
})
|
})
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user