move S3.lib to ext folder

toggleable exts should really keep any libs they use in their own dir
This commit is contained in:
Daku 2016-05-13 16:52:37 +01:00
parent d5a58916f7
commit ba6ab8fb16
2 changed files with 1285 additions and 261 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,7 @@
* Documentation:
*/
require_once "lib/S3.php";
require_once "ext/amazon_s3/S3.php";
class UploadS3 extends Extension {
public function onInitExt(InitExtEvent $event) {