SAAS-517: Create Provisioning controller with a terminate endpoint
This commit is contained in:
parent
008ffa025a
commit
891cfdb48e
5 changed files with 70 additions and 37 deletions
|
@ -22,6 +22,9 @@ abstract class StorageBackend
|
|||
|
||||
/** Deletes the file from the storage backend. */
|
||||
abstract public function deletePhysicalFile($resourceId);
|
||||
|
||||
/** Deletes multiple objects (files) stored on the cloud service. */
|
||||
abstract public function deleteObjects();
|
||||
|
||||
protected function getBucket()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue