fix: minio sign cndpoint crash caused by unconfigured (#881)

* fix: create group type limit

* fix: group notification

* fix: group notification

* fix: group notification

* chore: group member hash

* chore: group member hash

* chore: group member hash

* chore: group member hash

* test: log

* test: log

* test: log

* test: log

* test: log

* sync: hash code

* sync: hash code

* sync: hash code

* test: log

* test: log

* test: log

* test: log

* test: log

* fix: time stamp

* fix: minio sign endpoint opts
pull/883/head
withchao 1 year ago committed by GitHub
parent 03906a89cd
commit b3899f559c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -84,6 +84,7 @@ func NewMinio() (s3.Interface, error) {
init: false,
}
if conf.SignEndpoint == "" || conf.SignEndpoint == conf.Endpoint {
m.opts = opts
m.sign = m.core.Client
} else {
su, err := url.Parse(conf.SignEndpoint)

Loading…
Cancel
Save