SAAS-525: Station Termination -> Delete cloud_file table records
Deleted cloud_file records. Renamed the function that does this.
This commit is contained in:
parent
09c30bde1b
commit
ab4ebb2969
4 changed files with 17 additions and 43 deletions
|
@ -23,8 +23,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();
|
||||
/** Deletes all objects (files) stored on the cloud service. To be used
|
||||
* for station termination */
|
||||
abstract public function deleteAllCloudFileObjects();
|
||||
|
||||
protected function getBucket()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue