Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiio committed Dec 13, 2023
1 parent e772ebd commit 41ddf46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
'endpoint' => env('AWS_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
'throw' => false,
'root' => env('AWS_PUBLIC_BUCKET_ROOT'),
'root' => env('AWS_PUBLIC_BUCKET_ROOT', ''),
'visibility' => 'private',
],

Expand All @@ -74,7 +74,7 @@
'endpoint' => env('AWS_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
'throw' => false,
'root' => env('AWS_PUBLIC_BUCKET_ROOT'),
'root' => env('AWS_PUBLIC_BUCKET_ROOT', ''),
'visibility' => 'private',
],

Expand Down

0 comments on commit 41ddf46

Please sign in to comment.