Question

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.

Was it helpful?

Solution

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

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top