开发者

Google App Engine + AWS S3 file protection!

开发者 https://www.devze.com 2022-12-27 08:56 出处:网络
I have an application running on GAE/J that streams video from AWS S3. I need a solution for protecting the video from being stolen and I found that pre-signed URLs might be it (??).

I have an application running on GAE/J that streams video from AWS S3.

I need a solution for protecting the video from being stolen and I found that pre-signed URLs might be it (??).

How can I create pre-signed URLs from GAE/J or there's a better solution to secure the videos?开发者_C百科

thanks


I need a solution for protecting the video from being stolen and I found that pre-signed URLs might be it (??).

What you're asking for is impossible. Pre-signed URLs will limit the availability of the file to a certain window of time, after which the link will stop working, but there's no way to allow someone to download something with a video player, but not store it to their computer.


Nick, that is not quite right. You can securely stream video with Amazons protected Flash rtmp video streaming service, using Cloudfront. Nobody will be able to download your files. There are tutorials about how to do it on the net. For instance here. You can also go straight to the cloudfront documentation. (Can't post the link here as I'm new to SO and can only post one link).

0

精彩评论

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

关注公众号