This commit is contained in:
		
							parent
							
								
									3120a8c6ee
								
							
						
					
					
						commit
						c5667f99b8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -333,7 +333,7 @@ func (s *SnapshotProcessor) GetSnapshot(key string) (Snapshot, error) {
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// GetDownloadLink returns an URL for given snapshot
 | 
					// GetDownloadLink returns an URL for given snapshot
 | 
				
			||||||
func (s *SnapshotProcessor) GetDownloadLink(key string) (string, error) {
 | 
					func (s *SnapshotProcessor) GetDownloadLink(key string) (string, error) {
 | 
				
			||||||
	link, err := s.GetDownloadLink(key)
 | 
						link, err := s.Driver.GetDownloadLink(key)
 | 
				
			||||||
	if err != nil {
 | 
						if err != nil {
 | 
				
			||||||
		return link, err
 | 
							return link, err
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue