Unable to locate credentials aws cli – PHP Versions
I am using AWS CLI version 2. I am using centos > Nginx > php 7.1, Following command works fine when I directly run on command line. aws s3 cp files/abc.pdf s3://bucketname/ but when I run same command from index.php…