I am using Amazon S3. I get error The authorization mechanism you have provided is not supported. Please use AWS4-HMAC-SHA256.
Asked
Active
Viewed 179 times
0
-
Are you using SSL/TLS? – Jimmy Adaro Jan 04 '17 at 12:29
-
Please, add flavor and version of the SDK you're using. – Sergey Kovalev Jan 04 '17 at 12:38
-
$s3 = new Aws\S3\S3Client([ 'version' => 'latest', 'region' => 'us-west-1', 'credentials' => true, 'signature_version'=> 'v4' ]); – Sunil Bind Jan 04 '17 at 12:46