A Sumor Cloud Tool.
More Documentation
This is a lightweight storage library for Node.JS. It can connect to various storage services, such as Aliyun OSS
npm i @sumor/storage --save
Require Node.JS version 16.x or above
As this package is written in ES module,
please change the following code in your package.json
file:
{
"type": "module"
}