mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-16 19:19:23 +08:00
Merge main into sweep/fix-incorrect-links
This commit is contained in:
commit
9b7f3c5b45
@ -84,6 +84,7 @@ func NewMinio() (s3.Interface, error) {
|
|||||||
init: false,
|
init: false,
|
||||||
}
|
}
|
||||||
if conf.SignEndpoint == "" || conf.SignEndpoint == conf.Endpoint {
|
if conf.SignEndpoint == "" || conf.SignEndpoint == conf.Endpoint {
|
||||||
|
m.opts = opts
|
||||||
m.sign = m.core.Client
|
m.sign = m.core.Client
|
||||||
} else {
|
} else {
|
||||||
su, err := url.Parse(conf.SignEndpoint)
|
su, err := url.Parse(conf.SignEndpoint)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user