mirror of
https://github.com/HaschekSolutions/pictshare.git
synced 2025-11-11 18:56:21 +00:00
forgot dev flag on s3 controller
This commit is contained in:
@@ -38,7 +38,7 @@ class S3Storage implements StorageController
|
|||||||
return $this->s3->doesObjectExist(S3_BUCKET,$hash);
|
return $this->s3->doesObjectExist(S3_BUCKET,$hash);
|
||||||
}
|
}
|
||||||
|
|
||||||
function getItems()
|
function getItems($dev=false)
|
||||||
{
|
{
|
||||||
if(!$this->s3)$this->connect();
|
if(!$this->s3)$this->connect();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user