Skip to content

Commit c5d38d4

Browse files
committed
update skeleton for filesystem tweaks to make sail usage easier
1 parent afa06fa commit c5d38d4

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.env.example

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ DB_PASSWORD=
1616

1717
BROADCAST_DRIVER=log
1818
CACHE_DRIVER=file
19+
FILESYSTEM_DRIVER=local
1920
QUEUE_CONNECTION=sync
2021
SESSION_DRIVER=file
2122
SESSION_LIFETIME=120
@@ -39,6 +40,7 @@ AWS_ACCESS_KEY_ID=
3940
AWS_SECRET_ACCESS_KEY=
4041
AWS_DEFAULT_REGION=us-east-1
4142
AWS_BUCKET=
43+
AWS_USE_PATH_STYLE_ENDPOINT=false
4244

4345
PUSHER_APP_ID=
4446
PUSHER_APP_KEY=

config/filesystems.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
'bucket' => env('AWS_BUCKET'),
5151
'url' => env('AWS_URL'),
5252
'endpoint' => env('AWS_ENDPOINT'),
53+
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
5354
],
5455

5556
],

0 commit comments

Comments
 (0)