aws-sdk-java-v2
aws-sdk-java-v2 copied to clipboard
Presigned CloudFront URL Generator
1.11.x has com.amazonaws.services.cloudfront.CloudFrontUrlSigner
used to generate pre-signed urls
also com.amazonaws.services.cloudfront.CloudFrontCookieSigner
does not have a counterpart
2.x lacks this functionality
Is it solved ? Recently we migrated to Java 11 and trying to use AWS SDK 2.x. But couldn't find replacements for CloudFrontUrlSigner.
Hey, What's the status of it? We use sdk V2 and we need this feature.
No updates here.
You can track the features we're currently working on and some of what we're planning to work in our backlog of public features: https://github.com/aws/aws-sdk-java-v2/projects/1
Found the same problem today.
A possible workaround: try to generate the signed URL yourself, instructions are on https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/private-content-creating-signed-url-custom-policy.html
I see that this is not nice, but this feature will probably a bit longer to complete, and I can't wait...
@jbauerrfid did you managed to do it by yourself?? 🤔 If you did, could you please share the solution? Thanks in advance and hope that this feature comes as soon as posible 🙌🏻
Another vote for this feature. Important feature to have.
https://github.com/aws/aws-sdk-java-v2/pull/242 CloudFront utilities has been removed. I hope it will come back.
I'm trying buiild a private content repository on top of the cloudfront signing capability. Why is this use case so difficult to bring back? +1 for working on this.
+1
+1
Good news, everyone!
This has been released in Java SDK version 2.18.33
.
See our Blog Post that goes through the new SDK 2.x CloudFront Signed URLs and Cookies feature - https://aws.amazon.com/blogs/developer/amazon-cloudfront-signed-urls-and-cookies-are-now-supported-in-aws-sdk-for-java-2-x/
Please check it out and let us know if you have any feedback.
⚠️COMMENT VISIBILITY WARNING⚠️
Comments on closed issues are hard for our team to see. If you need more assistance, please open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.