Compare commits

..

No commits in common. "master" and "rzh" have entirely different histories.
master ... rzh

1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ func (s *Minio) Url(objectName string, expire time.Duration) string {
return err.Error() return err.Error()
} }
if expire > time.Hour*24*7 || expire == -1 { if expire > time.Hour*24*7 {
expire = time.Hour * 24 * 7 expire = time.Hour * 24 * 7
} }
var params url.Values var params url.Values