This commit is contained in:
parent
3120a8c6ee
commit
c5667f99b8
@ -333,7 +333,7 @@ func (s *SnapshotProcessor) GetSnapshot(key string) (Snapshot, error) {
|
||||
|
||||
// GetDownloadLink returns an URL for given snapshot
|
||||
func (s *SnapshotProcessor) GetDownloadLink(key string) (string, error) {
|
||||
link, err := s.GetDownloadLink(key)
|
||||
link, err := s.Driver.GetDownloadLink(key)
|
||||
if err != nil {
|
||||
return link, err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user