Friday, November 13, 2015

Using S3 as a storage in Laravel 5

You can view all the regions available for your bucket folder in the following site to put region information in config/filesystem.php

http://www.bucketexplorer.com/documentation/amazon-s3--amazon-s3-buckets-and-regions.html

Add the following line to you s3 config file under confit/filesystem.php. This solve the Curl Error.

'http'    => [    'verify' => 'c:/xampp/php/cacert.pem']

No comments:

Post a Comment