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

Object Store implementations should set cache headers #399

Open
mhutchinson opened this issue Dec 9, 2024 · 0 comments
Open

Object Store implementations should set cache headers #399

mhutchinson opened this issue Dec 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@mhutchinson
Copy link
Contributor

The AWS and GCP implementations serve their tiles, entry bundles, and checkpoint from object storage. Neither of the implementations set cache headers on this data. I haven't queried to see what the default headers these artifacts are served with, but the observation is that in the current situation it is almost certain that checkpoints are being served with the same cache headers as tile data.

In #398 the MySQL implementation was updated to set no caching on checkpoints, and to set a long-lived cache header on the entry bundles. This approach should be taken for the object store artifacts too.

@mhutchinson mhutchinson added the enhancement New feature or request label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant