mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-25953 Repository: Updated Amazon S3 library
This commit is contained in:
parent
55a568fa7d
commit
12ca713302
10
repository/s3/README_MOODLE.txt
Normal file
10
repository/s3/README_MOODLE.txt
Normal 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
|
1193
repository/s3/S3.php
1193
repository/s3/S3.php
File diff suppressed because it is too large
Load Diff
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user