MDL-25953 Repository: Updated Amazon S3 library

This commit is contained in:
Frederic Massart 2012-07-23 10:10:11 +08:00
parent 55a568fa7d
commit 12ca713302
3 changed files with 1001 additions and 244 deletions

View File

@ -0,0 +1,10 @@
- S3.php -
Amazon S3 PHP Class
Cloned from git://github.com/tpyo/amazon-s3-php-class.git
Branch master
On July 23rd 2012
https://github.com/tpyo/amazon-s3-php-class
http://undesigned.org.za/2007/10/22/amazon-s3-php-class

File diff suppressed because it is too large Load Diff

View File

@ -24,7 +24,7 @@
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
require_once($CFG->dirroot . '/repository/lib.php');
require_once('S3.php');
require_once($CFG->dirroot . '/repository/s3/S3.php');
/**
* This is a repository class used to browse Amazon S3 content.