X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/421dd93ffd59bbe881df1f7fa86066f7f353b596..refs/pull/2700/head:/app/Config/filesystems.php diff --git a/app/Config/filesystems.php b/app/Config/filesystems.php index bd7d28300..30a5c5369 100644 --- a/app/Config/filesystems.php +++ b/app/Config/filesystems.php @@ -42,13 +42,6 @@ return [ 'root' => storage_path(), ], - 'ftp' => [ - 'driver' => 'ftp', - 'host' => 'ftp.example.com', - 'username' => 'your-username', - 'password' => 'your-password', - ], - 's3' => [ 'driver' => 's3', 'key' => env('STORAGE_S3_KEY', 'your-key'), @@ -59,16 +52,6 @@ return [ 'use_path_style_endpoint' => env('STORAGE_S3_ENDPOINT', null) !== null, ], - 'rackspace' => [ - 'driver' => 'rackspace', - 'username' => 'your-username', - 'key' => 'your-key', - 'container' => 'your-container', - 'endpoint' => 'https://identity.api.rackspacecloud.com/v2.0/', - 'region' => 'IAD', - 'url_type' => 'publicURL', - ], - ], ];