ZF-12421: Zend_Service_Rackspace_Files storeObject cannot set content type
Description
{{storeObject}} function in unable to set content type of object being stored. A possible fix, as in the {{copyObject}} function, is to add {{$content_type=null}} to the parameters and
if (!empty($content_type)) {
$headers[self::HEADER_CONTENT_TYPE]= $content_type;
}
in the function body.
Comments
Posted by Rob Allen (rob) on 2012-11-16T16:52:07.000+0000
Fixed on trunk (25134) and release-1.12 (25135)