开发者

how to link a video from amazon s3 account into my website

开发者 https://www.devze.com 2023-01-20 16:33 出处:网络
I have an amazon s3 account. As i am ex开发者_运维问答pecting a large amount of traffic to my site i want to put the videos to be placed in my s3 account and stream it up to my website. How can i do t

I have an amazon s3 account. As i am ex开发者_运维问答pecting a large amount of traffic to my site i want to put the videos to be placed in my s3 account and stream it up to my website. How can i do that?

Thanks Prady


The simplest way is to upload it using the AWS Management Console for S3, use that to set its permissions to be publicly accessible, and then just access the usual S3 URL for it:

http://bucket-name.s3.amazonaws.com/key-name

Depending on exactly how much traffic you're getting, you can look into using Amazon's CloudFront distribution network. That will speed things up for your users, especially if they span the globe.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号