Removed cloud file deletion from Airtime Analyzer. Deletion is done from PHP now.

This commit is contained in:
drigato 2014-08-12 12:59:50 -04:00
parent 879e776c8d
commit ca62086e16
4 changed files with 10 additions and 48 deletions

View file

@ -463,9 +463,9 @@ class Rest_MediaController extends Zend_Rest_Controller
//Dispatch a message to airtime_analyzer through RabbitMQ,
//notifying it that there's a new upload to process!
Application_Model_RabbitMq::SendUploadMessageToAnalyzer($newTempFilePath,
Application_Model_RabbitMq::SendMessageToAnalyzer($newTempFilePath,
$importedStorageDirectory, basename($originalFilename),
$callbackUrl, $apiKey, 'upload');
$callbackUrl, $apiKey);
}
private function getOwnerId()