CodeIgniter Forums
AWS Version 3.0 - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: AWS Version 3.0 (/showthread.php?tid=62417)



AWS Version 3.0 - edoramedia - 07-12-2015

I have been trying to find a library for CI to connect to AWS Version 3 but found nothing.
It's quite sad how slow these things have become.

I noticed AWS supports Laravel itself.
https://github.com/aws/aws-sdk-php

Anyone know anything about this?
Thanks.


RE: AWS Version 3.0 - mwhitney - 07-13-2015

You could always load the SDK via Composer and use it directly instead of going through a library. It's unlikely that any library would be much more than a wrapper for the SDK, anyway.


RE: AWS Version 3.0 - davicotico - 07-13-2015

(07-12-2015, 09:46 PM)edoramedia Wrote: I have been trying to find a library for CI to connect to AWS Version 3 but found nothing.
It's quite sad how slow these things have become.

I noticed AWS supports Laravel itself.
https://github.com/aws/aws-sdk-php

Anyone know anything about this?
Thanks.


This library is for Codeigniter: Codeigniter AWS S3