I'm looking for help in using the Kuzzle JS SDK (node JS)
Websocket protocol to upload a file to the S3 Plugin. I see the HTTP JS example here https://github.com/kuzzleio/kuzzle-plugin-s3/blob/master/test/s3-upload-test.html
But I'm looking for a way to use the WebSocket protocol.
Also - im going to want to use the S3 plugin for listing and validating via Node JS.
Im not finding the kuzzle-plugin-s3 documentation.