mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-17 03:27:02 +08:00
Merge main into sweep/fix-parsing-error
This commit is contained in:
commit
0f9193d925
@ -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