SAAS-517: Create Provisioning controller with a terminate endpoint

This commit is contained in:
drigato 2014-12-11 13:35:34 -05:00
parent 008ffa025a
commit 891cfdb48e
5 changed files with 70 additions and 37 deletions

View file

@ -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()
{