node-red-web-nodes
node-red-web-nodes copied to clipboard
node-red-aws with s3 compatible storage
Would it be possible to give an option to specify the endpoint, being able to use S3 compatible storage, and not only aws s3 ?
Any news here?
The particular interest that I have in this is to use Minio for storage https://github.com/minio/minio which provides an S3-compatible endpoint.
always happy to consider a pull request that adds this.
The most likely node to adapt to do this is https://github.com/node-red/node-red-web-nodes/blob/master/aws/package.json - the credit there goes to @hindessm who might be able to answer the question of degree of difficulty of implementing this.