Allow S3 compatible systems

By specifying endpoint, one can use S3 compatible systems like Backblaze or Wasabi.
This commit is contained in:
Carlos Ferreira
2020-06-12 15:00:22 +02:00
committed by GitHub
parent fee2cef980
commit 766368bace
+1 -1
View File
@@ -61,7 +61,7 @@ return [
'secret' => env('AWS_SECRET_ACCESS_KEY'), 'secret' => env('AWS_SECRET_ACCESS_KEY'),
'region' => env('AWS_DEFAULT_REGION'), 'region' => env('AWS_DEFAULT_REGION'),
'bucket' => env('AWS_BUCKET'), 'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'), 'endpoint' => env('AWS_URL'),
], ],
'spaces' => [ 'spaces' => [