remove cloud option

This commit is contained in:
Taylor Otwell 2020-11-25 10:24:16 -06:00
parent d218676d4c
commit 82213fbf40
1 changed files with 0 additions and 13 deletions

View File

@ -15,19 +15,6 @@
'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