Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Presigned CloudFront URL Generator #370

Closed
marekzebrowski opened this issue Dec 22, 2017 · 12 comments · Fixed by #3529
Closed

Presigned CloudFront URL Generator #370

marekzebrowski opened this issue Dec 22, 2017 · 12 comments · Fixed by #3529
Labels
1.x Parity feature-request A feature should be added or improved. p1 This is a high priority issue

Comments

@marekzebrowski
Copy link

marekzebrowski commented Dec 22, 2017

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

aws-sdk-java-automation pushed a commit that referenced this issue Jan 14, 2019
…e6a1529c

Pull request: release <- staging/12cf544e-fdb5-49f2-99ff-1ad1e6a1529c
@justnance justnance added feature-request A feature should be added or improved. and removed Feature Request labels Apr 19, 2019
@selvakumar-invicara
Copy link

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

@millems millems changed the title Provide replacement of com.amazonaws.services.cloudfront.CloudFrontUrlSigner Presigned CloudFront URL Generator Jul 8, 2019
@millems millems added this to Backlog (Not Ordered) in New Features (Public) via automation Jul 8, 2019
@millems millems moved this from Backlog (Not Ordered) to SDK Team Backlog (Ordered) in New Features (Public) Jul 10, 2019
@thereisnospoon
Copy link

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

@debora-ito
Copy link
Member

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

@jbauerrfid
Copy link

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

@jotamusik
Copy link

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

@reply2srij
Copy link

Another vote for this feature. Important feature to have.

@yamakz5555
Copy link

yamakz5555 commented Sep 19, 2021

#242
CloudFront utilities has been removed.
I hope it will come back.

@nowucca
Copy link

nowucca commented Dec 23, 2021

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.

@xps2
Copy link

xps2 commented Aug 4, 2022

+1

1 similar comment
@marcolorefice
Copy link

+1

@debora-ito
Copy link
Member

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.

New Features (Public) automation moved this from SDK Team Backlog (Ordered) to Done Dec 16, 2022
@github-actions
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.x Parity feature-request A feature should be added or improved. p1 This is a high priority issue