bradcypert / porios

Connecting people through podcasts.

Home Page:http://www.porios.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upload images to S3

bradcypert opened this issue · comments

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.

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.

commented

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