Closed Bug 1164968 Opened 10 years ago Closed 7 years ago

Submit cache control headers when uploading taskcluster artifacts

Categories

(Release Engineering :: Applications: MozharnessCore, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: jlal, Unassigned)

References

Details

Jonas put the details of what headers to send in this bug https://bugzilla.mozilla.org/show_bug.cgi?id=1164221
This is one part correctness and one part potential cost savings if this helps the proxxy servers do the right things.
See: https://bugzilla.mozilla.org/show_bug.cgi?id=1155645#c4 I haven't tried Content-MD5, to see if S3 uses it for validation, or if it has to be covered by signature. But I definitely think we should set Cache-Control and Expires along with Content-Length and Content-Type which we already set. Suggested values: 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>
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.