aws-sdk-java-v2 icon indicating copy to clipboard operation
aws-sdk-java-v2 copied to clipboard

Presigned CloudFront URL Generator

Open marekzebrowski opened this issue 7 years ago • 9 comments

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

marekzebrowski avatar Dec 22 '17 13:12 marekzebrowski

Is it solved ? Recently we migrated to Java 11 and trying to use AWS SDK 2.x. But couldn't find replacements for CloudFrontUrlSigner.

selvakumar-invicara avatar Jun 04 '19 14:06 selvakumar-invicara

Hey, What's the status of it? We use sdk V2 and we need this feature.

thereisnospoon avatar Feb 06 '20 12:02 thereisnospoon

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

debora-ito avatar Feb 06 '20 21:02 debora-ito

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 avatar Mar 23 '21 12:03 jbauerrfid

@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 🙌🏻

jotamusik avatar May 06 '21 09:05 jotamusik

Another vote for this feature. Important feature to have.

reply2srij avatar Aug 03 '21 15:08 reply2srij

https://github.com/aws/aws-sdk-java-v2/pull/242 CloudFront utilities has been removed. I hope it will come back.

yamakz5555 avatar Sep 19 '21 09:09 yamakz5555

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.

nowucca avatar Dec 23 '21 05:12 nowucca

+1

xps2 avatar Aug 04 '22 16:08 xps2

+1

marcolorefice avatar Sep 27 '22 07:09 marcolorefice

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.

debora-ito avatar Dec 16 '22 00:12 debora-ito

⚠️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.

github-actions[bot] avatar Dec 16 '22 00:12 github-actions[bot]