From 766368baceef4a744098020d83d6b72cdedb2f65 Mon Sep 17 00:00:00 2001 From: Carlos Ferreira Date: Fri, 12 Jun 2020 15:00:22 +0200 Subject: [PATCH] Allow S3 compatible systems By specifying endpoint, one can use S3 compatible systems like Backblaze or Wasabi. --- config/filesystems.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/filesystems.php b/config/filesystems.php index c0aa78fa..87ce0244 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -61,7 +61,7 @@ return [ 'secret' => env('AWS_SECRET_ACCESS_KEY'), 'region' => env('AWS_DEFAULT_REGION'), 'bucket' => env('AWS_BUCKET'), - 'url' => env('AWS_URL'), + 'endpoint' => env('AWS_URL'), ], 'spaces' => [