ZF-9565: isObjectAvailable does not fix bad object names
Description
Zend_Service_Amazon_S3::isObjectAvailable should use the _fixupObjectName to cater for object names with characters such as a space.
Zend_Service_Amazon_S3::isObjectAvailable should use the _fixupObjectName to cater for object names with characters such as a space.
Comments
Posted by Dave Marshall (musher) on 2010-03-29T07:58:51.000+0000
Here's a patch
Posted by Marc Hodgins (mjh_ca) on 2010-06-19T20:29:42.000+0000
Closing, as ZF-10017 covers same issue and includes patch with unit test.