Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
- S3.php -
2
 
3
Amazon S3 PHP Class
4
 
5
Cloned from https://github.com/tpyo/amazon-s3-php-class.git
6
 
7
https://github.com/tpyo/amazon-s3-php-class
8
http://undesigned.org.za/2007/10/22/amazon-s3-php-class
9
 
10
Local changes applied:
11
(verify on each upgrade of the library if they have been applied
12
upstream. Remove the local changes if so)
13
 
14
MDL-67031 php74 compliance. Change curly to square braces.
15
MDL-73523 php80 compliance. Deprecated openssl_free_key() use (https://github.com/tpyo/amazon-s3-php-class/issues/178)
16
MDL-77342 PHP 8.2 compliance. Add property $file in class S3Request.