Skip to content
This repository has been archived by the owner on Dec 23, 2021. It is now read-only.

Amazon web services (aws)

sjlu edited this page May 29, 2012 · 1 revision

Example

$this->load->library('aws');
$this->aws->load('s3');
$this->aws->s3->create_object('bucket', array());

More information on the actual SDK can by viewed here: http://docs.amazonwebservices.com/AWSSDKforPHP/latest/

Clone this wiki locally