MDL-25953 Repository: Updated Amazon S3 library

This commit is contained in:
Frederic Massart
2012-07-27 10:52:16 +08:00
parent 6975216336
commit b3b35530f9
3 changed files with 1001 additions and 244 deletions
+10
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
+990 -243
View File
File diff suppressed because it is too large Load Diff
+1 -1
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.