update skeleton for filesystem tweaks to make sail usage easier

This commit is contained in:
Taylor Otwell
2021-05-18 17:01:26 -05:00
parent afa06fac2a
commit c5d38d469a
2 changed files with 3 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ return [
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
],
],