Hacker News new | ask | show | jobs
by tsumnia 4466 days ago
Give me a few minutes and I'll write something up. I actually just finished Flask to S3 on a project I'm working on. Next stop is PostgreSQL to store the url's.

EDIT: https://gist.github.com/tsumnia/9986374

I still need to add proper logging to my application, but for now I print to the console if there is an error

1 comments

Coolio. Instead of uploading to S3 through Flask you can make a direct upload https://coderwall.com/p/56a9ja
Thanks for this! I'm actually using Heroku as well, so I might make the switch.