Upload images to S3
bradcypert opened this issue · 3 comments
bradcypert commented
A user needs to be able to upload a profile image which will be stored on S3.
The user should be able to upload an image on the frontend, proxy the request through clojure which then stores the image in S3, and saves a url to the database.
bradcypert commented
Talked with Matt and we decided to upload via the Client and take that url and save it to the server. Removing the backend label.
bradcypert commented
Let me know when you're ready to work on image storing @Daeluse
I'll provision buckets when you're ready :)