Or to be more precise: these are all separate SSO plugins. Just search for sso in plugins 🙂
[nodebb-plugin-s3-uploads-fork] Unable to connect to DigitalOcean Spaces
-
Hello,
I am using this plugin:
GitHub - digitalLumberjack/nodebb-plugin-s3-uploads: A plugin for NodeBB to take file uploads and store them on S3
A plugin for NodeBB to take file uploads and store them on S3 - GitHub - digitalLumberjack/nodebb-plugin-s3-uploads: A plugin for NodeBB to take file uploads and store them on S3
GitHub (github.com)
I am trying to configure it to work with DigitalOcean Spaces... In DO Spaces there are spaces instead of buckets. Does the plugin support it?
I've configured Key Id and Secret. I've tried different configuration settings for Bucket & Host but every time I got this error:
The AWS Access Key Id you provided does not exist in our records
Does anyone succeeded in connecting and using DigitalOcean Spaces?
Thanks.
-
Solution:
Digital Ocean Spaces have some specifics e.g. they required the Endpoint parameter.
I've made my own plugin adapted to work with Digital Ocean Spaces. Feel free to use:GitHub - zhivkoangelov/nodebb-plugin-s3-uploads-digitalocean: Plugin for NodeBB to upload files to Digital Ocean Spaces
Plugin for NodeBB to upload files to Digital Ocean Spaces - GitHub - zhivkoangelov/nodebb-plugin-s3-uploads-digitalocean: Plugin for NodeBB to upload files to Digital Ocean Spaces
GitHub (github.com)
-
@zhivkoangelov That's great! Thanks for sharing this plugin with us