Implement a image hosting service so blogs can just save images and use them
Closed this issue · 2 comments
SteveyPugs commented
Implement a image hosting service so blogs can just save images and use them
SteveyPugs commented
Previous thoughts were to use the contentful api but I ran into a large issue which revolved around how the files would be uploaded to there server. This left me with no other choice but to abandon there service and use Amazon S3 servers to do the process. The next commit that is referred in this issue will be the correct usage (hopefully).
SteveyPugs commented
Thanks to @cbebry for his help on this