ZF-8646: Add copyObject() method to Zend_Service_Amazon_S3
Description
Copy operations are supported by the S3 REST API.
So, this patch adds moveObject() and copyObject() which exploits this capability.
Copy operations are supported by the S3 REST API.
So, this patch adds moveObject() and copyObject() which exploits this capability.
Comments
Posted by Marc Hodgins (mjh_ca) on 2010-05-19T09:56:37.000+0000
Patch with tests attached.
Posted by Marc Hodgins (mjh_ca) on 2010-05-19T10:06:10.000+0000
Jon, I understand you are project lead for this component so I am assigning to you. Can you please review & apply patch if acceptable? This will then allow the SimpleCloud API to do "cheap" copy/move on S3 as well.
Posted by Marc Hodgins (mjh_ca) on 2010-05-19T11:03:02.000+0000
Corrected patch - fixes naming issue in the unit test
Posted by Marc Hodgins (mjh_ca) on 2010-10-19T16:09:48.000+0000
Applied in r22454 , so tagging fix version as next minor release.
Posted by Matthew Weier O'Phinney (matthew) on 2010-10-22T05:42:12.000+0000
Resolving, as patch was applied to trunk.