-
Type:
New Feature
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 0.13.2
-
Fix Version/s: None
-
Component/s: Storage
-
Labels:None
Implement functionality to be able to support sending the Content-Disposition header with stored files. This allows them to have flags set allowing their original filename to be preserved when downloaded from a CDN, and suggest to the browser that the file should be saved to disk rather than displayed.
I've implemented this in https://github.com/Caramel/libcloud/commit/181ed20, however it also included an initial workaround for the problem I've separately reported in LIBCLOUD-429.