We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No description provided.
The text was updated successfully, but these errors were encountered:
我修改代码了,觉得这样是临时做法
Sorry, something went wrong.
CloudStore\minio.go 有个过期时间小于0,临时办法默认加个 "/dochub-public" func (m *MinIO) GetSignURL(object string, expire int64) (link string, err error) { if expire <= 0 { link = m.Domain + "/dochub-public" + objectAbs(object) return } 让构建的url 能够拼出 http://192.168.99.100:9000/dochub-public/40ff84824b4c4b6aa2ec70194c06238c.jpg 的结构就能正常显示了
func (m *MinIO) GetSignURL(object string, expire int64) (link string, err error) { if expire <= 0 { link = m.Domain + "/dochub-public" + objectAbs(object) return }
我修改代码了,觉得这样是临时做法 求问最后是怎么解决的
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: