0.0.2 • Published 5 years ago

nodebb-plugin-upload-oss v0.0.2

Weekly downloads
3
License
ISC
Repository
-
Last release
5 years ago

NodeBB 阿里云 OSS 插件

forked from nodebb-plugin-ali-oss

使用说明

在 NodeBB 的配置文件中,对 OSS 进行配置:

{
    "oss": {
        "accessKeyId": "",
        "accessKeySecret": "",
        "region": "",
        "bucket": "",
        "path": "",
        "host": ""
    }
}
  • bucket — The aliyun bucket to upload into
  • host - The base URL for the asset. Typcially http://..aliyuncs.com
  • region - The endpoint of the OSS. like oss-cn-hangzhou
  • path - The asset path (optional)
  • accessKeyId — The OSS Access Key Id
  • accessKeySecret — The OSS Secret Access Key