Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Jul 19, 2012
1 parent d238237 commit ad5231c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
CodeIgniter Amazon S3 library
=============================

Documentation located at: [https://github.com/tpyo/amazon-s3-php-class/blob/master/README.txt](https://github.com/tpyo/amazon-s3-php-class/blob/master/README.txt)
This is an adjusted version of the Amazon S3 SDK by tpyo. It allows loading the library in a CodeIgniter like manner. Edit the s3.php config file and load the library:

$this->load->library('s3');

The interface of the class has not been adjusted, the original documentation is located at [https://github.com/tpyo/amazon-s3-php-class/blob/master/README.txt](https://github.com/tpyo/amazon-s3-php-class/blob/master/README.txt)

0 comments on commit ad5231c

Please sign in to comment.