Headers for uploaded blobs
-
This is actually a follow up to my earlier post “Add Cache Control headers for uploaded blobs”. It would be really great to be able to add Cache-Control HTTP headers to the blob object to enable better CDN and browser caching for this static content. This could be done easily just be adding one additional filter to allow the addition/modification of the allowed_properties.
Basically, adding a filter such as this into Windows_Azure_Rest_Api_Client::put_blob_properties() (like 810) would enable that:
$properties = apply_filters( 'azure_blob_put_blob_properties', $properties, $container, $remote_path );
Would it be possible to consider this for inclusion?
Many thanks.
GW
- The topic ‘Headers for uploaded blobs’ is closed to new replies.