Reputation: 19
Suppose I have a educational app which serves videos from cloudflare cache from s3 (as direct accessing from s3 would be expensive). So is there any way to serve these videos only to paid users. ? Signed url is expensive as then I cant use caching.
Upvotes: 1
Views: 135
Reputation: 1021
Using Cloudflare, this scenario can be supported in a number of ways:
Cloudflare Stream could be interesting in particular since it also offers an API for the upload of the videos, meaning most of the capabilities are ready to use and to integrate into your application.
Upvotes: 2