Merge branch 'saas' into saas-media-refactor
Conflicts: airtime_mvc/application/cloud_storage/ProxyStorageBackend.php airtime_mvc/application/controllers/ApiController.php
This commit is contained in:
commit
3a1141d4c8
42 changed files with 9042 additions and 145 deletions
|
@ -43,11 +43,6 @@ class ProxyStorageBackend extends StorageBackend
|
|||
return $this->storageBackend->getSignedURL($resourceId);
|
||||
}
|
||||
|
||||
public function getFileSize($resourceId)
|
||||
{
|
||||
return $this->storageBackend->getFileSize($resourceId);
|
||||
}
|
||||
|
||||
public function deletePhysicalFile($resourceId)
|
||||
{
|
||||
$this->storageBackend->deletePhysicalFile($resourceId);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue