From 8990006d4cb2ad3d2b782c250cdae72afd5661a6 Mon Sep 17 00:00:00 2001 From: James Collins Date: Mon, 5 Jun 2023 18:55:08 +1000 Subject: [PATCH] remove s3 disk --- config/filesystems.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index 5756647..b0764c3 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -77,19 +77,6 @@ return [ 'visibility' => 'public', 'throw' => false, ], - - 's3' => [ - 'driver' => 's3', - 'key' => env('AWS_ACCESS_KEY_ID'), - 'secret' => env('AWS_SECRET_ACCESS_KEY'), - 'region' => env('AWS_DEFAULT_REGION'), - 'bucket' => env('AWS_BUCKET'), - 'url' => env('AWS_URL'), - 'endpoint' => env('AWS_ENDPOINT'), - 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), - 'throw' => false, - ], - ], /*