You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am generating pre-signed urls so users can have access to S3 imagines for a limited time (say two days).
But, since the urls change (each is generated now), they are unique and I am not able to use browser cache.
So I need to be able to say that I want the url signed at a given time. I tried hacking it into the gem, but then the param is rejected by the validator :)
The text was updated successfully, but these errors were encountered:
That's an interesting feature request. I'll add it to the feature request backlog, and would look at a pull request for this if you want to take a swing at it.
I've added the feature request, though as an alternative to consider, you could also save these URLs somewhere for reuse. Depends on what your use case is, exactly.
Hi, I am generating pre-signed urls so users can have access to S3 imagines for a limited time (say two days).
But, since the urls change (each is generated
now
), they are unique and I am not able to use browser cache.So I need to be able to say that I want the url signed at a given time. I tried hacking it into the gem, but then the param is rejected by the validator :)
The text was updated successfully, but these errors were encountered: