Peter Lamberg
Peter Lamberg

Reputation: 8651

Cloudfront limited time (signed) URL using Java AWS SDK

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.

Upvotes: 3

Views: 4503

Answers (1)

solarfingers
solarfingers

Reputation: 78

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

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

Upvotes: 4

Related Questions