ZF-11787: Typo in Zend_Service_Amazon_S3
Description
There is a typo in Zend_Service_Amazon_S3::createBucket
--- S3.php (revision 24083)
+++ S3.php (correct version)
@@ -161,7 +161,7 @@
if($location) {
$data = ''.$location.'';
$headers['Content-type']= 'text/plain';
- $headers['Contne-size']= strlen($data);
+ $headers['Content-size']= strlen($data);
} else {
$data = null;
}
Comments
Posted by Thomas Weidner (thomas) on 2011-10-01T18:42:13.000+0000
Already fixed in trunk.
See http://framework.zend.com/code/filedetails.php/… for details