]> BookStack Code Mirror - bookstack/blobdiff - config/filesystems.php
Update maintenance.php
[bookstack] / config / filesystems.php
index abaf3c6a47b76564c286d23282fa54fb38394f62..13198a5052e83b02ad0cf3f939b89229f48a93a0 100644 (file)
@@ -49,6 +49,8 @@ return [
             'secret' => env('STORAGE_S3_SECRET', 'your-secret'),
             'region' => env('STORAGE_S3_REGION', 'your-region'),
             'bucket' => env('STORAGE_S3_BUCKET', 'your-bucket'),
+            'endpoint' => env('STORAGE_S3_ENDPOINT', null),
+            'use_path_style_endpoint' => env('STORAGE_S3_ENDPOINT', null) !== null,
         ],
 
         'rackspace' => [