How to use S3 with signature V2 In Laravel

328 views Asked by At

I have a project in Laravel 7 and I want to use a compatible storage S3 who accept only version 2 of signature. I tried to install flysystem/flysystem-aws-s3-v2 but there are more conflict with Symfony and Guzzle. Is there a method for use flysystem/flysystem-aws-s3-v3 with signature v2?

Thanks

0

There are 0 answers