From ae3fef383ef8ec404b1fdf7d898f0790f731038b Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Tue, 19 May 2015 16:20:51 -0400 Subject: [PATCH] Removed station_domain from messages to airtime_analyzer, unused. --- airtime_mvc/application/models/RabbitMq.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/airtime_mvc/application/models/RabbitMq.php b/airtime_mvc/application/models/RabbitMq.php index 5daf227a2..fa05f3986 100644 --- a/airtime_mvc/application/models/RabbitMq.php +++ b/airtime_mvc/application/models/RabbitMq.php @@ -112,12 +112,7 @@ class Application_Model_RabbitMq $data['original_filename'] = $originalFilename; $data['callback_url'] = $callbackUrl; $data['api_key'] = $apiKey; - // Pass station name to the analyzer so we can set it with the file's - // metadata before uploading it to the cloud. This isn't a requirement - // for cloud storage, but put there as a safeguard, since all Airtime - // Pro stations will share the same bucket. - $data['station_domain'] = $stationDomain = Application_Model_Preference::GetStationName(); - + // We add a prefix to the resource name so files are not all placed // under the root folder. We do this in case we need to restore a // customer's file/s; File restoration is done via the S3 Browser