I am using this node (contrib-minio-all, specifically the notifications node) in a project where I am testing the puts that are made to a certain Minio bucket. And suddenly node-red stops working and then it won't let me relaunch it.
The error I get is the following:18 Oct 11:51:36 - [info] Starting flows
18 Oct 11:51:37 - [info] Started flows
{
objectCreated: {
put: false,
post: false,
copy: false,
completeMultipartUpload: true
},
objectRemovedDelete: false,
objectAccessed: { get: false, head: false },
listenerStop: undefined
}
{
objectCreated: {
put: false,
post: true,
copy: false,
completeMultipartUpload: false
},
objectRemovedDelete: false,
objectAccessed: { get: false, head: false },
listenerStop: undefined
}
18 Oct 11:51:37 - [red] Uncaught Exception:
18 Oct 11:51:37 - [error] S3Error: Access Denied.
at parseError (/root/.node-red/node_modules/minio/dist/main/internal/xml-parser.js:35:13)
at Object.parseResponseError (/root/.node-red/node_modules/minio/dist/main/internal/xml-parser.js:82:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async Client.makeRequestStreamAsync (/root/.node-red/node_modules/minio/dist/main/internal/client.js:476:19)
If anyone could help me or give me some clue as to what is going on.