psugand / CodeIgniter-S3

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

do_upload_s3 function for CI 2.x & 3.x #19

Closed ankitpise closed 3 years ago

ankitpise commented 9 years ago

This is codeigniter 3.0 upload library upgraded to make it usable new function $this->upload->do_upload_s3() just like codeigniters native function $this->upload->do_upload();

This supports checking if directory exists, if directory is writable [S3 Bucket dirs]

karthik-code commented 8 years ago

Changing the core library not advisable. The files will be overwritten when upgrading CI core files. Will u provide this like helper file?

karthik-code commented 8 years ago

I think extending the CI_Upload class in custom helper file will work.