• Модуль: clouds
  • Путь к файлу: ~/bitrix/modules/clouds/classes/general/storage_service_yandex.php
  • Класс: CCloudStorageService_Yandex
  • Вызов: CCloudStorageService_Yandex::FileCopy
function FileCopy($arBucket, $arFile, $filePath)
{
	$this->streamTimeout = 3600;
	return parent::FileCopy($arBucket, $arFile, $filePath);
}