mirror of
https://github.com/minio/minio.git
synced 2025-11-07 04:42:56 -05:00
Fix LDAP TLS support to use custom CAs (#8352)
This commit is contained in:
committed by
kannappanr
parent
8b80eca184
commit
90bfa6260a
@@ -442,7 +442,7 @@ func (l *s3Objects) GetObject(ctx context.Context, bucket string, key string, st
|
||||
return minio.ErrorRespToObjectError(err, bucket, key)
|
||||
}
|
||||
}
|
||||
object, _, err := l.Client.GetObject(bucket, key, opts)
|
||||
object, _, _, err := l.Client.GetObject(bucket, key, opts)
|
||||
if err != nil {
|
||||
return minio.ErrorRespToObjectError(err, bucket, key)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user