mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/exchange-2.0.git
synced 2026-08-30 09:53:58 +00:00
Laravel Vapor - sync code for download files in bulk from S3 to more files
This commit is contained in:
@@ -67,6 +67,10 @@ class BulkDownloadSupplierWhiteFormsLogic
|
||||
}
|
||||
$zip->close();
|
||||
|
||||
$filePathForS3 = 'bulk_whiteform/'.$zipFileName;
|
||||
Storage::put($filePathForS3, file_get_contents($zip_file), 's3');
|
||||
Log::info('BulkDownloadSupplierWhiteFormsLogic finished processing files count: '.count($groups));
|
||||
|
||||
return response()->download($zip_file);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user