migrasi upload file ke s3 amazon

This commit is contained in:
Server D3 Linksehat
2025-08-25 09:14:11 +07:00
parent df02dc0c5f
commit ba2490147f
8 changed files with 167 additions and 34 deletions

View File

@@ -109,6 +109,7 @@ class ClaimRequestController extends Controller
'name' => $new_file_name,
'original_name' => $full_path,
'extension' => $ekstension,
'source' => env('FILESYSTEM_DISK'),
'path' => $pathFile,
'created_by' => auth()->user()->id,
'updated_by' => auth()->user()->id,
@@ -134,6 +135,7 @@ class ClaimRequestController extends Controller
'name' => $new_file_name,
'original_name' => $full_path,
'extension' => $ekstension,
'source' => env('FILESYSTEM_DISK'),
'path' => $pathFile,
'created_by' => auth()->user()->id,
'updated_by' => auth()->user()->id,
@@ -159,6 +161,7 @@ class ClaimRequestController extends Controller
'name' => $new_file_name,
'original_name' => $full_path,
'extension' => $ekstension,
'source' => env('FILESYSTEM_DISK'),
'path' => $pathFile,
'created_by' => auth()->user()->id,
'updated_by' => auth()->user()->id,