|
|
@@ -608,6 +608,7 @@ class Zend_Service_Amazon_S3 extends Zend_Service_Amazon_Abstract
|
|
|
// Work around buglet in HTTP client - it doesn't clean headers
|
|
|
// Remove when ZHC is fixed
|
|
|
$client->setHeaders(array('Content-MD5' => null,
|
|
|
+ 'Content-Encoding' => null,
|
|
|
'Expect' => null,
|
|
|
'Range' => null,
|
|
|
'x-amz-acl' => null,
|