Renamed Amazon_S3 class to Amazon_S3StorageBackend
This commit is contained in:
parent
8e2366f6fb
commit
bd3110b3af
|
@ -5,7 +5,7 @@ require_once 'Billing.php';
|
||||||
|
|
||||||
use Aws\S3\S3Client;
|
use Aws\S3\S3Client;
|
||||||
|
|
||||||
class Amazon_S3 extends StorageBackend
|
class Amazon_S3StorageBackend extends StorageBackend
|
||||||
{
|
{
|
||||||
|
|
||||||
private $s3Client;
|
private $s3Client;
|
||||||
|
|
Loading…
Reference in New Issue