bradcypert/porios

Upload images to S3

bradcypert opened this issue · 3 comments

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.

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.

Let me know when you're ready to work on image storing @Daeluse

I'll provision buckets when you're ready :)

This will follow the resolution of #18