Closed
Description
Describe the feature you'd like
Add support for time limited links. The solution already supports signature validation. So it would be great if you could add an Expires
parameter to the URL that will be part of the signing. The Lambda will then simply check the current timestamp against the timestamp specified. If the link has expired return a 403 Forbidden
Our company is very interested in this feature, so we would gladly make an initial PR. We would however like some feedback before we do it, to ensure it is something that fits your pipeline/roadmap.
Thanks!