Browse Source

aggiunto env a path s3

FabioFratini 7 tháng trước cách đây
mục cha
commit
f068d97bc4
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      config/filesystems.php

+ 1 - 0
config/filesystems.php

@@ -50,6 +50,7 @@ return [
             'secret' => env('S3_SECRET_ACCESS_KEY'),
             'region' => env('S3_DEFAULT_REGION', 'eu-south-1'),
             'bucket' => env('S3_BUCKET'),
+            'root' => env('S3_ENVIRONMENT', 'production'),
             'endpoint' => env('S3_ENDPOINT', 'https://s3.wasabisys.com'),
             'use_path_style_endpoint' => true,
             'throw' => false,