graphjs / graphjs-server

Server-side components of GraphJS at https://github.com/phonetworks/graphjs
https://graphjs.com
MIT License
47 stars 25 forks source link

An endpoint to upload files to AWS S3 #62

Closed esokullu closed 5 years ago

esokullu commented 5 years ago

Chaitu will use this endpoint to upload files using filepond https://github.com/pqina/filepond The result should be a url to the uploaded file. We'll use this url for graphjs-server calls like setProfile avatar. Previously we were using cloudinary which handled the javascript frontend as well as the backend to upload, it would give us a url which we used for our graphjs-server calls. Now we need to handle uploads in this backend.