-
Notifications
You must be signed in to change notification settings - Fork 7
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
Add method for generating signed Smart CDN URLs #92
Conversation
@cdr-chakotay Can you help me fix this linting error? https://github.com/transloadit/java-sdk/actions/runs/11974368156/job/33385298147#step:4:388 |
Sure! Will send you changes to circumvent this. (Need to get them uploaded from my IDE) |
…-sdk into smart-cdn-url-signature # Conflicts: # src/main/java/com/transloadit/sdk/Transloadit.java
…-sdk into smart-cdn-url-signature
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I did now push the pending changes directly to circumvent the extra work:
- replaced wildcard imports
- dealt with trailing spaces
- dealt with line length issues
Thank you very much! |
We recently added support for signed Smart CDN URLs (see https://transloadit.com/docs/topics/signature-authentication/#smart-cdn) and would like our SDKs to offer methods for generating these signed URLs.
This PR adds such a method with tests.