laravel Framework is 7.9.2.
composer require league/flysystem-aws-s3-v3 ~1.0 installed to use aws s3.
It runs on localhost, but when I put it on the aws server,
Error: Class 'League\Flysystem\AwsS3v3\AwsS3Adapter' not found error appears.
However, when I checked with composer licenses,
It is identified as league/flysystem v1.0.67 MIT.
I don't know what the problem is. If you have any difficulties like me, please help me.