mirror of
https://github.com/minio/minio.git
synced 2025-11-21 18:26:04 -05:00
Add ssl support to s3/web peers connections (#2988)
This commit is contained in:
committed by
Harshavardhana
parent
39331b6b4e
commit
bbba8e432a
@@ -87,6 +87,7 @@ func (s3p *s3Peers) InitS3PeerClient(peer string) {
|
||||
accessKey: serverConfig.GetCredential().AccessKeyID,
|
||||
secretKey: serverConfig.GetCredential().SecretAccessKey,
|
||||
address: peer,
|
||||
secureConn: isSSL(),
|
||||
path: path.Join(reservedBucket, s3Path),
|
||||
loginMethod: "S3.LoginHandler",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user