PHP connect to aws. Connection refused – Amazon Web Sevices
I can't connect to AWS S3 using the official PHP SDK from Amazon. This code <?php .... $s3Client = new S3Client([ 'version' => 'latest', 'region' => 'us-east-1', 'credentials' => [ 'key' => 'key', 'secret' => 'secret', ], ]); // Use…