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