fix: stream assets from storage local locations (#2087)
This commit is contained in:
@@ -363,6 +363,9 @@ module.exports = {
|
||||
'--author': `"${asset.moveAuthorName} <${asset.moveAuthorEmail}>"`
|
||||
})
|
||||
},
|
||||
async getLocalLocation (asset) {
|
||||
return path.join(this.repoPath, asset.path)
|
||||
},
|
||||
/**
|
||||
* HANDLERS
|
||||
*/
|
||||
|
Reference in New Issue
Block a user