From 82213fbf40fc4ec687781d0b93ff60a7de536913 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Wed, 25 Nov 2020 10:24:16 -0600 Subject: [PATCH] remove cloud option --- config/filesystems.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/config/filesystems.php b/config/filesystems.php index 94c81126..10c9d9be 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -15,19 +15,6 @@ return [ 'default' => env('FILESYSTEM_DRIVER', 'local'), - /* - |-------------------------------------------------------------------------- - | Default Cloud Filesystem Disk - |-------------------------------------------------------------------------- - | - | Many applications store files both locally and in the cloud. For this - | reason, you may specify a default "cloud" driver here. This driver - | will be bound as the Cloud disk implementation in the container. - | - */ - - 'cloud' => env('FILESYSTEM_CLOUD', 's3'), - /* |-------------------------------------------------------------------------- | Filesystem Disks