fixes : ps

This commit is contained in:
VE10-Sanjeev 2023-05-19 12:54:06 +05:30
parent 920bae4708
commit 21f0606260

View File

@ -2130,7 +2130,7 @@ public function filterSalesPDList_post() {
$bucketName = LENDER_BUCKET_NAME_PREFIX . $pdLenId;
$key = 'sales_pd/'.$sales_pd_id;
$allFiles = $this->aws_s3->getAllObjectsInaBucket($bucketName, $key);
log_message('ERROR', '#### Sales PD '.count($allFiles).' S3 Files Deleted For this '.$sales_pd_id);
log_message('ERROR', '#### Sales PD '.count(array($allFiles)).' S3 Files Deleted For this '.$sales_pd_id);
$this->aws_s3->deleteMatchingObjects($bucketName, $key);
}
}