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

@@ -48,7 +48,7 @@ return [
'driver' => 's3',
'key' => env('AWS_ACCESS_KEY_ID'),
'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION'),
'region' => env('AWS_DEFAULT_REGION', 'ap-southeast-1'),
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),