问题
Working on the IOS application that needs to store images and possibly short videos via API and be able to retrive them. currently using heroku for data, but was hoping someone can recommend an image hosting provider with existing api's capability. looked into imgur.com, looks ok for testing, but it seems it's not for commercial use. any recommendation please?
回答1:
I've used Amazon S3 successfully to host images in a few projects (you can host almost any kind of data actually). It's fast and reliable (and has a free account to try it out) and there is an SDK for almost any language including iOS. Note: i do not work for Amazon, nor i am involved with it in any way :-)
来源:https://stackoverflow.com/questions/16283399/need-recommendation-for-image-hosting-with-api-access