diff --git a/config/filesystems.php b/config/filesystems.php index f0cc733..d575778 100644 --- a/config/filesystems.php +++ b/config/filesystems.php @@ -55,6 +55,7 @@ 'url' => env('AWS_URL'), 'endpoint' => env('AWS_ENDPOINT'), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), + 'root' => env('AWS_BUCKET_ROOT'), 'throw' => false, ], 's3-public' => [ @@ -67,6 +68,7 @@ 'endpoint' => env('AWS_ENDPOINT'), 'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false), 'throw' => false, + 'root' => env('AWS_BUCKET_PUBLIC_ROOT'), 'visibility' => 'public', ],