Settingup AWS S3 and Codeigniter |
I need to use Amazon S3 with CI3, so my plan is making a library called AmazonS3 where i will have basic methods like up() delete() tokenize() just for example.
I have installed S3 using composer inside the application/s3 directory. **Code of my Library: ** PHP Code: <?php This up() method is just a testing purpose, the way i called this from another controller is looks like: PHP Code: $this->load->library('amazons3'); WHich gives me few ton's of error. What i am missing? [posted on stackoverflow as well] |
Messages In This Thread |
Settingup AWS S3 and Codeigniter - by rakibtg - 02-11-2015, 11:32 AM
RE: Settingup AWS S3 and Codeigniter - by albertleao - 02-12-2015, 02:03 PM
|