Fixed Amazon S3 Proxy class bug
This commit is contained in:
parent
458eee4faf
commit
44ff8f830f
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ class Amazon_S3StorageBackend extends StorageBackend
|
|||
|
||||
private $s3Client;
|
||||
|
||||
public function Amazon_S3($securityCredentials)
|
||||
public function Amazon_S3StorageBackend($securityCredentials)
|
||||
{
|
||||
$this->setBucket($securityCredentials['bucket']);
|
||||
$this->setAccessKey($securityCredentials['api_key']);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue