@appyhigh/nodebb-plugin-s3-wasabi
v0.1.1
Published
Image and file storage plugin to use wasabi bucket
Downloads
3
Readme
s3-wasabi Plugin for NodeBB
Image and file storage plugin to use wasabi bucket instead of local store
Installation
npm install nodebb-plugin-s3-wasabi
Setup
This plugin requires you to set environment variables that will be read on plugin load
Env variables
| Name | Description | Required | | -------------------- | -------------------------------------------------------- | -------- | | WASABI_ACCESS_KEY | Wasabi accessKeyId | ✅ | | WASABI_SECRET_KEY | Wasabi secretAccessKey | ✅ | | WASABI_ENDPOINT | Wasabi endpoint eg. "https://s3.us-east-2.wasabisys.com" | ✅ | | WASABI_BUCKET_NAME | Wasabi bucket name | ✅ | | WASABI_BUCKET_REGION | Wasabi bucket region | ✅ | | WASABI_IMG_FOLDER | Folder inside bucket used to store images files | ❌ | | WASABI_FILES_FOLDER | Folder inside bucket used to store any files | ❌ |
TODO
- On delete , remove from wasabi bucket too