Possible to have pseudo-permalink URL to download artifacts? #26
Closed
jonlamb-gh
started this conversation in
General
Replies: 1 comment 3 replies
-
You can set your product's distribution strategy to Then you can use a URL like the following, instead of using a dummy license:
This will generate and redirect to a temporary download link each time the URL is accessed. (I.e. there's no need for a longer For example, this is how we distribute Keygen's CLI:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm revisiting some of our licensing, and upgrading from the now deprecated Dist API along the way.
We were previously using
to provide a pseudo-permalink on our website for downloading (
LICENSE_KEY_ONLY_FOR_DOWNLOADS
is just a dummy license with no entitlements to enable the download).Since our product does all the real licensing logic within, we don't need any gating around the downloading part.
If I'm reading the new download release artifact docs correctly, it seems like there's no way to set a NULL/infinite TTL and that it's geared more towards a temporary link.
Is it possible to do provide such a thing using the newer APIs?
Beta Was this translation helpful? Give feedback.
All reactions