Compare commits
No commits in common. "master" and "rzh" have entirely different histories.
|
@ -113,7 +113,7 @@ func (s *Minio) Url(objectName string, expire time.Duration) string {
|
|||
return err.Error()
|
||||
}
|
||||
|
||||
if expire > time.Hour*24*7 || expire == -1 {
|
||||
if expire > time.Hour*24*7 {
|
||||
expire = time.Hour * 24 * 7
|
||||
}
|
||||
var params url.Values
|
||||
|
|
Loading…
Reference in New Issue