Update HuaweiFG_file.php
parent
3de4f2bfde
commit
cf6f59b745
|
@ -6,7 +6,7 @@ global $contextUserData;
|
||||||
|
|
||||||
function printInput($event, $context)
|
function printInput($event, $context)
|
||||||
{
|
{
|
||||||
$tmp['eventID'] = $context->geteventID();
|
$tmp['RequestID'] = $context->getRequestID();
|
||||||
$tmp['RemainingTimeInMilliSeconds'] = $context->getRemainingTimeInMilliSeconds();
|
$tmp['RemainingTimeInMilliSeconds'] = $context->getRemainingTimeInMilliSeconds();
|
||||||
$tmp['AccessKey'] = $context->getAccessKey();
|
$tmp['AccessKey'] = $context->getAccessKey();
|
||||||
$tmp['SecretKey'] = $context->getSecretKey();
|
$tmp['SecretKey'] = $context->getSecretKey();
|
||||||
|
@ -17,7 +17,7 @@ function printInput($event, $context)
|
||||||
$tmp['MemorySize'] = $context->getMemorySize();
|
$tmp['MemorySize'] = $context->getMemorySize();
|
||||||
$tmp['CPUNumber'] = $context->getCPUNumber();
|
$tmp['CPUNumber'] = $context->getCPUNumber();
|
||||||
$tmp['ProjectID'] = $context->getProjectID();
|
$tmp['ProjectID'] = $context->getProjectID();
|
||||||
$tmp['Package'] = $context->Package();
|
$tmp['Package'] = $context->getPackage();
|
||||||
$tmp['Token'] = $context->getToken();
|
$tmp['Token'] = $context->getToken();
|
||||||
$tmp['Logger'] = $context->getLogger();
|
$tmp['Logger'] = $context->getLogger();
|
||||||
|
|
||||||
|
@ -75,7 +75,7 @@ function GetPathSetting($event, $context)
|
||||||
$_SERVER['HTTP_TRANSLATE'] = $event['headers']['translate'];//'f'
|
$_SERVER['HTTP_TRANSLATE'] = $event['headers']['translate'];//'f'
|
||||||
$_SERVER['HTTP_IF_MODIFIED_SINCE'] = $event['headers']['if-modified-since'];
|
$_SERVER['HTTP_IF_MODIFIED_SINCE'] = $event['headers']['if-modified-since'];
|
||||||
$_SERVER['REQUEST_METHOD'] = $event['httpMethod'];
|
$_SERVER['REQUEST_METHOD'] = $event['httpMethod'];
|
||||||
$_SERVER['_APP_SHARE_DIR'] = '/var/share/CFF/processrouter';
|
$_SERVER['RUNTIME_LOG_PATH'] = '/home/snuser/log';
|
||||||
return $path;
|
return $path;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue