Add S3 Storage Backend

This commit is contained in:
Philipp Holzer 2022-02-20 21:22:07 +01:00
commit 9c4b12f868
Signed by: nupplaPhil
GPG key ID: 24A7501396EB5432
63 changed files with 8108 additions and 0 deletions

View file

@ -0,0 +1,10 @@
<?php
// autoload_psr4.php @generated by Composer
$vendorDir = dirname(dirname(__FILE__));
$baseDir = dirname($vendorDir);
return array(
'Akeeba\\Engine\\Postproc\\Connector\\S3v4\\' => array($vendorDir . '/akeeba/s3/src'),
);