[nodebb-plugin-s3-uploads-fork] Unable to connect to DigitalOcean Spaces
-
Hello,
I am using this plugin:
https://github.com/digitalLumberjack/nodebb-plugin-s3-uploadsI 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: https://github.com/zhivkoangelov/nodebb-plugin-s3-uploads-digitalocean -
@zhivkoangelov That's great! Thanks for sharing this plugin with us