0
I was using aws/aws-sdk-php-zf2 1.2. * and had to update to 2.0. * and now AWS SDK is v3.
Before, I called the service with the code:
$this->s3 = $serviceLocator->get('aws')->get('s3');
But now returns this error:
Zend Servicemanager Servicemanager::get was Unable to fetch or create an instance for aws
I couldn’t identify or find the difference in migration documentation.
Does anyone have any idea?