Skip to content
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

Create thumbnail endpoint for public collections #2466

Open
emma-sg opened this issue Mar 6, 2025 · 0 comments
Open

Create thumbnail endpoint for public collections #2466

emma-sg opened this issue Mar 6, 2025 · 0 comments
Assignees
Labels
back end Requires back end dev work enhancement New feature or request

Comments

@emma-sg
Copy link
Member

emma-sg commented Mar 6, 2025

Currently we return a presigned s3 url for thumbnails, which expires. For use cases such as the website (which pull thumbnails at build-time), a thumbnail url that doesn't change will prevent us needing to rebuild every week in order to prevent collection thumbnail images from erroring.

This should probably just be a redirect with a cache header set? I don't think we need to bother proxying the thumbnail — clients loading this url will just get a new url when necessary.

@emma-sg emma-sg added back end Requires back end dev work enhancement New feature or request labels Mar 6, 2025
@ikreymer ikreymer moved this from Triage to Todo in Webrecorder Projects Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back end Requires back end dev work enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

2 participants