Is there a way to control number of downloads of digital content on Amazon S3 or via some middle man software that talks to S3? I already use their timed links, but I would like to control number of downloads also. Any ideas of how to accomplish this using S3 or suggestions about alternative services that could? Thanks!
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
couple solutions:
Amazon CloudFront is a content delivery system that has an api and integrates with Amazon's other web services. that's probably what you want.
fetchapp is another service that is very nice... they actually use S3 on the back-end...
you could roll your own digital download protector pretty easily with a script as well...