amazon web services - generate a Cloudfront Signed URL using Clojure -


is there easy way generate cloudfront signed url in clojure?

i'm using amazonica s3 (which works great):

(s3/set-s3client-options {:path-style-access true}) (aws/defcredential s3_accesskey s3_secretkey) (s3/generate-presigned-url bucket key (-> 6 hours from-now)) 

is there similar cloudfront?


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -