Controlling number of downloads on Amazon S3 [clos

2019-08-07 15:16发布

问题:

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...