-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add API endpoint to clear all presigned URLs #2437
Comments
ikreymer
added a commit
that referenced
this issue
Mar 3, 2025
Overhauls URL presigning by: - cache the presigned urls in a flat, separate mongodb collection which has an expiring index - update presigned urls if not found / expired automatically in index - remove logic on storing presignedUrl in files - support cacheing presigned URL for thumbnails. - add endpoints to clear presigned urls for org or for all files in all orgs (superadmin only) - supersedes #2438, fix for #2437 - removes previous presignedUrl and expireAt data from crawls and QA runs --------- Co-authored-by: Tessa Walsh <tessa@bitarchivist.net>
Added via #2446 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would be useful for switching replay to replica storage, as well as in other cases where we want to regenerate all presigned URLs.
The text was updated successfully, but these errors were encountered: