Skip to content

Commit

Permalink
Enabled S3
Browse files Browse the repository at this point in the history
  • Loading branch information
KaniRobinson committed Aug 30, 2024
1 parent ea570a7 commit 4a394ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"laravel/prompts": "^0.1.24",
"laravel/sanctum": "^4.0",
"laravel/tinker": "^2.9",
"league/flysystem-aws-s3-v3": "^3.0",
"livewire/livewire": "^3.5",
"livewire/volt": "^1.6",
"outl1ne/nova-multiselect-field": "^4.4.0",
Expand Down
1 change: 1 addition & 0 deletions config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_USE_PATH_STYLE_ENDPOINT', false),
'visibility' => 'public',
'throw' => false,
],

Expand Down

0 comments on commit 4a394ff

Please sign in to comment.