proxy to save and cache media files in s3 on request?

0

Is it possible to use some sort of media proxy cache to store videos in an s3 bucket?

So that when you request https://bucket.s3.eu-west-2.amazonaws.com/?https://domain.com/media/file.mp4

It copies the file to the s3 bucket on the first request and then returns the file on every future request?

1개 답변
1

You should use a CDN like Amazon CloudFront (https://aws.amazon.com/cloudfront/) to do exactly that. Amazon CloudFront caches the content at the edge closer to the end users so the request does not have to go to the Origin Server. You can still use S3 for your media repository and have the content requested thru Amazon CloudFront. Take a look at the following AWS Video On Demand Solution here: https://aws.amazon.com/solutions/implementations/video-on-demand-on-aws/

AWS
Nuno_Q
답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠