I am trying to connect Amazon\'s S3 files from my (localhost) Windows 8 machine running AppServ 2.5.10 (which includes Apache 2.2.8, php 5.2.
AppServ 2.5.10
Apache 2.2.8
php 5.2.
$s3 = new S3Client ([ 'version' => 'latest', 'scheme' =>'http', 'region' => $this->config->item('s3_region'), 'credentials' => [ 'key' => $this->config->item('s3_access_key'), 'secret' => $this->config->item('s3_secret_key') ], ]);
add Scheme to http if your protocol is Http