I'm storing images in GCS and serving them via a serving URL generated by the ImagesService. One problem I've noticed is that although I've specified cache control metadata on the GCS objects (e.g. max-age), the cache control headers in the response from the image serving URL seem to be ignoring them. For example, I set the max-age to 31449600 in GCS (364 days), and if I fetch the image directly from GCS, the Cache-control headers reflects that, but if I fetch the image from the ImagesServices serving URL, the Cache-control header is always "public, max-age=86400, no-transform".
Am I doing something wrong? Is there a way to specify or influence the Cache-control header provided by the ImagesService? Note: I filed an issue in the issue tracker for this: https://code.google.com/p/googleappengine/issues/detail?id=10524 -Andy -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/google-appengine. For more options, visit https://groups.google.com/groups/opt_out.
