Vinelab / cdn

CDN Assets Manager Package for Laravel.
MIT License
214 stars 71 forks source link

Create CloudFront Signed URLs for Private Distributions #102

Open timavo opened 7 years ago

timavo commented 7 years ago

Hi,

Is there any way to create singed URLs like described in here? https://docs.aws.amazon.com/aws-sdk-php/v3/guide/service/cloudfront-signed-url.html

Would really appreciate that.

Thanks!

Mulkave commented 7 years ago

Interesting! Unfortunately at the moment you cannot do that. It would require implementation though should be easy once you have the URL of the asset at hand. Can you give it a shot and send a PR? I'd love to merge or collaborate on an implementation!