fix gofmt
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
This commit is contained in:
parent
dbba9cf299
commit
0758653b42
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)
|
||||
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
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue