fix gofmt
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
This commit is contained in:
parent
ad6a0735d2
commit
7ca24a7f5a
1 changed files with 1 additions and 1 deletions
|
@ -745,7 +745,7 @@ func (d *driver) URLFor(ctx context.Context, path string, options map[string]int
|
||||||
}
|
}
|
||||||
logrus.Infof("methodString: %s, expiresTime: %v", methodString, expiresTime)
|
logrus.Infof("methodString: %s, expiresTime: %v", methodString, expiresTime)
|
||||||
signedURL := d.Bucket.SignedURLWithMethod(methodString, d.ossPath(path), expiresTime, nil, nil)
|
signedURL := d.Bucket.SignedURLWithMethod(methodString, d.ossPath(path), expiresTime, nil, nil)
|
||||||
logrus.Infof("signed URL: %s", signedURL)
|
logrus.Infof("signed URL: %s", signedURL)
|
||||||
return signedURL, nil
|
return signedURL, nil
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue