Pergunta

How do I create cloudfront signed URL using AWS SDK?

This really seems like it should be easy to do, but I just fail to see it. I generally understand how it works and could probably throw together plain Java code to do it myself. It seems weird that AWS SDK does not provide a method for this.

Foi útil?

Solução

FYI - This blog explains how it is done in Java... very simple.

java.awsblog.com/post/Tx1VE22EWFR4H86/Accessing-Private-Content-in-Amazon-CloudFront

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top