Merge main into sweep/fix-incorrect-links

pull/877/head
sweep-ai[bot] 2 years ago committed by GitHub
commit 9b7f3c5b45
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