mirror of
https://github.com/distribution/distribution
synced 2024-11-12 05:45:51 +01:00
fix gofmt
Signed-off-by: liuchang0812 <liuchang0812@gmail.com>
This commit is contained in:
parent
dbba9cf299
commit
0758653b42
@ -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 New Issue
Block a user