Laravel 9: AWS S3 retreiving a Video to Stream – PHP Versions
After updating to Laravel 9.14 with PHP 8.1.4 then streaming has broke that was based on this answer https://stackoverflow.com/a/52598361/6825499. I can see that it is because of a Call to undefined method LeagueFlysystemAwsS3V3AwsS3V3Adapter::getClient() So it seems to have been removed…