Skip to content

Commit f3b7209

Browse files
committed
chore: make s3 bucket root configurable
1 parent 2548d99 commit f3b7209

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

config/filesystems.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
'url' => env('AWS_URL'),
5656
'endpoint' => env('AWS_ENDPOINT'),
5757
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
58+
'root' => env('AWS_BUCKET_ROOT'),
5859
'throw' => false,
5960
],
6061
's3-public' => [
@@ -67,6 +68,7 @@
6768
'endpoint' => env('AWS_ENDPOINT'),
6869
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
6970
'throw' => false,
71+
'root' => env('AWS_BUCKET_PUBLIC_ROOT'),
7072
'visibility' => 'public',
7173
],
7274

0 commit comments

Comments
 (0)