fix: stream assets from storage local locations (#2087)
This commit is contained in:
@@ -103,6 +103,9 @@ module.exports = {
|
||||
WIKI.logger.info(`(STORAGE/SFTP) Renaming file from ${asset.path} to ${asset.destinationPath}...`)
|
||||
await this.ensureDirectory(asset.destinationPath)
|
||||
await this.sftp.rename(path.posix.join(this.config.basePath, asset.path), path.posix.join(this.config.basePath, asset.destinationPath))
|
||||
},
|
||||
async getLocalLocation () {
|
||||
|
||||
},
|
||||
/**
|
||||
* HANDLERS
|
||||
|
Reference in New Issue
Block a user