ISSUE-242 fix forgotten dead code
This commit is contained in:
@ -250,14 +250,6 @@ func (s *S3Storage) Put(token string, filename string, reader io.Reader, content
|
||||
})
|
||||
|
||||
return
|
||||
|
||||
if err != nil {
|
||||
return
|
||||
}
|
||||
|
||||
s.logger.Printf("Completed uploading %s", filename)
|
||||
|
||||
return
|
||||
}
|
||||
|
||||
type GDrive struct {
|
||||
|
Reference in New Issue
Block a user