nodebb-plugin-s3-uploads-updated is this plugin still working?
-
I've noticed that this plugin hasn't been updated for 5 years now. Does anyone know if this plugin is still working?
I've downloaded , and have set the bucket and credentials in the nodebb backend, but when I try uploading I get this message
and this in the logs
2021-11-10T12:10:47.745Z [4567/26996] - verbose: [plugins/fireHook] filter:uploadImage 2021-11-10T12:10:48.587Z [4567/26996] - error: nodebb-plugin-s3-uploads-updated :: Access Denied [api] Exception caught, error with stack trace follows: AccessDenied: nodebb-plugin-s3-uploads-updated :: Access Denied at Request.extractError (C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\services\s3.js:699:35) at Request.callListeners (C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\sequential_executor.js:106:20) at Request.emit (C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\sequential_executor.js:78:10) at Request.emit (C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\request.js:686:14) at Request.transition (C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\request.js:22:10) at AcceptorStateMachine.runTo (C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\state_machine.js:14:12) at C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\state_machine.js:26:10 at Request.<anonymous> (C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\request.js:38:9) at Request.<anonymous> (C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\request.js:688:12) at Request.callListeners (C:\rockstarcoders\projects\GREENWAVE\web\greenwave-community-hub\nodebb\node_modules\aws-sdk\lib\sequential_executor.js:116:18)
im using composer-redactor , but that shouldn't be the problem i think, as its using the nodebb upload feature, right?
all the permissions are set correctly, so that is not the problem. I've tested some uploads through CLI and could upload and get the files without any problems.
-
@sebastián-cisneros That error message looks more like the account you are running your web server under has no access to the file repository location
c:\rockstarcoders\*
Copyright © 2024 NodeBB | Contributors