Suggestion from Satish Nikam at Microsoft:

Windows Azure Integration module does not add cache-control metadata to the media files uploaded to blob storage. This causes browser not to cache images served by blob storage. We need configuration settings in admin UI for the module for settings default cache-control expiry duration and using this value for every blob upload.

I know we talked about this before, and I was certain we actually already implemented this feature :)

Comments

smokinggoat’s picture

According to http://azurephp.interoperabilitybridges.com/articles/scenario-offloading...

The cache control meta-data follows this format :
(x-ms-blob-cache-control' => 3600));

It looks like the part of the upload command that should include this meta-data does not have this specific meta-data, only the @x-ms-blob-content-type@ declaration. In addition, I don't see the UI interface defined for this.

Damien, are you sure it's implemented or am I missing something?

damien tournoud’s picture

Status: Active » Fixed

The Cache-Control headers are now configurable in a per-storage basis.

(See commit 82f0d0)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.