Zend Framework 2.0 lacks the amazon s3 library features that were included in 1.12?

I could not find the equivalent of this

http://framework.zend.com/manual/1.12/en/zend.service.amazon.s3.html

In the documentation version 2.0. I also noticed that the minimum version 2.0 is 2.5 MB, and the minimum version 1.12 is 8.7 MB, and the full version 1.12 is 30 MB.

+5
source share
3 answers

ZF2 does not by default provide a built-in library for S3 or any other AWS service. Zend \ Service components have been removed from the repository since July 2012 , and some of them are still supported in separate repositories.

, Amazon AWS-SDK ZF2 2013 . github. ZF2 amazon PHP SDK, .

RFC .

+1

- : use Zend\Service\Amazon\S3\S3 , Zend Framework 2, !

, Zend Framework 2.1. -, Zend Framework 2.0: http://framework.zend.com/issues/browse/ZF2-268, ZendServiceAmazon, , , : http://framework.zend.com/manual/2.1/en/modules/zendservice.amazon.html

0
0

All Articles