Closed (fixed)
Project:
Windows Azure Integration
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2012 at 08:20 UTC
Updated:
30 Mar 2012 at 17:30 UTC
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
Comment #1
smokinggoat commentedAccording 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?
Comment #2
damien tournoud commentedThe Cache-Control headers are now configurable in a per-storage basis.
(See commit 82f0d0)