0.1.1 • Published 2 years ago

@appyhigh/nodebb-plugin-s3-wasabi v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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

NameDescriptionRequired
WASABI_ACCESS_KEYWasabi accessKeyId
WASABI_SECRET_KEYWasabi secretAccessKey
WASABI_ENDPOINTWasabi endpoint eg. "https://s3.us-east-2.wasabisys.com"
WASABI_BUCKET_NAMEWasabi bucket name
WASABI_BUCKET_REGIONWasabi bucket region
WASABI_IMG_FOLDERFolder inside bucket used to store images files
WASABI_FILES_FOLDERFolder inside bucket used to store any files

TODO

  • On delete , remove from wasabi bucket too