• Модуль: clouds
  • Путь к файлу: ~/bitrix/modules/clouds/classes/general/storage_service_s3.php
  • Класс: CCloudStorageService_S3
  • Вызов: CCloudStorageService_S3::SetLocation
function SetLocation($location)
{
	if ($location)
		$this->location = $location;
	else
		$this->location = "";
}