tags:

views:

40

answers:

1

What's a good video upload storage solution? I'm trying to find a way to offload bandwidth to another storage solution (something like S3), but at the same time, also trying to find a solution which is geared for video storage.

Are there any solutions out there for this? Or should I just use S3?

Thanks!

A: 

With videos stored on S3, you can then use CloudFront, which is a Content Delivery Network. The select blurbs:

Amazon CloudFront is a web service for content delivery. It integrates with other Amazon Web Services to give developers and businesses an easy way to distribute content to end users with low latency, high data transfer speeds, and no commitments.

...and...

Amazon S3 is the durable object store for the Internet. Amazon CloudFront uses Amazon S3 as its origin server to store the original versions of your objects.

Stu Thompson