Renamed Amazon_S3 class to Amazon_S3StorageBackend

This commit is contained in:
Albert Santoni 2015-01-26 14:06:03 -05:00
parent 8e2366f6fb
commit bd3110b3af
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ require_once 'Billing.php';
use Aws\S3\S3Client;
class Amazon_S3 extends StorageBackend
class Amazon_S3StorageBackend extends StorageBackend
{
private $s3Client;