Controlling number of downloads on Amazon S3 [closed]
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
开发者_Go百科 Improve this questionIs 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!
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...
精彩评论