This is connector for vue-laravel-file-manager in node.js.
The Aliyun Oss connector for this manager : https://github.com/refinec/larfoss-node
npm install larf-node --save
This package should be implemented as a middleware for Express.js server
const express = require("express");
const app = express();
const larf = require("larf-node");
app.use('/', larf);
app.listen( process.env.PORT || 3000);
Most of the larf function are working with the exception of these:
- ACL
- Compression and Decompression