Closed
Bug 1164221
Opened 10 years ago
Closed 7 years ago
docker-worker: Set Cache-Control headers for S3 artifacts
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: jonasfj, Unassigned)
References
Details
(Whiteboard: [docker-worker])
Set headers:
Cache-Control: public, no-transform (public artifact bucket)
Cache-Control: private, no-transform (private artifact bucket)
Expires: <date-time of artifact expiration, ie. when we plan to delete it>
This pretty much no brainer. Benefits includes that things will be cached correctly by HTTP proxies, which is important. As we make s3-copy-proxy more generic we might want to make it respect cache-control.
And in data-center etc. we might very well be dealing with generic HTTP proxies.
Reporter | ||
Comment 1•10 years ago
|
||
Actually, if anyone know someone who can do an additional r+ on the configuration of these headers,
that would be good. Ideally we want to get these right the first time.
Updated•9 years ago
|
Component: TaskCluster → Docker-Worker
Product: Testing → Taskcluster
Updated•9 years ago
|
Whiteboard: [docker-worker]
Updated•9 years ago
|
Component: Docker-Worker → Worker
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•