0

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.

Chris Jackson
  • 718
  • 1
  • 6
  • 14

1 Answers1

0

you can find the kuzzle-plugin-s3 documention here

Also in the example you provided use the websocket protocol, see this line

The query method of the JS SDK is used to call the kuzzle-plugin-s3 API

E.Berthier
  • 83
  • 5