psugand / CodeIgniter-S3

Amazon S3 Library for CodeIgniter
http://prashant.es
241 stars 115 forks source link

Call to undefined function curl_init() #21

Closed iamthestreets closed 8 years ago

iamthestreets commented 8 years ago

Hi,

I am trying to call $this->s3->listBuckets() but I keep geeting this error: A PHP Error was encountered

Severity: Error

Message: Call to undefined function curl_init()

Filename: libraries/S3.php

Line Number: 1365

Can you help me with this?

iamthestreets commented 8 years ago

I got it to work. I did not have curl installed on my local environment.