Join Slack
Powered by
HI all, someone have a good practice for uploading...
# prisma-whats-new
m
Maxime Scibetta
02/16/2018, 8:44 AM
HI all, someone have a good practice for uploading file with
vue.js, apollo, prisma
m
max
02/16/2018, 8:57 AM
@Maxime Scibetta
check this
https://github.com/graphcool/prisma/tree/master/examples/file-handling-s3
m
Maxime Scibetta
02/16/2018, 8:57 AM
AWS s3 is obligatoiry
m
max
02/16/2018, 8:57 AM
you can also implement a more secure file management system if you use signed URLs and a stricter S3 settings
max
02/16/2018, 8:58 AM
Here's an example for graphcool
https://github.com/maxdarque/graphcool-s3-integration/tree/master/src
max
02/16/2018, 8:58 AM
prisma is currently MySQL based (they are talking about mongoDB integration at some point)
max
02/16/2018, 8:59 AM
You could use any other file storage. These examples happen to be AWS S3
2
Views
Open in Slack
Previous
Next