Sfoglia il codice sorgente

aggiunto env a path s3

FabioFratini 7 mesi fa
parent
commit
f068d97bc4
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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,