Skip to content

Commit

Permalink
Add new configuration options for third-party S3 services like Minio (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Kovah committed Jun 10, 2022
1 parent 84d34a1 commit d0a5482
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/filesystems.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
'bucket' => env('AWS_BUCKET'),
'url' => env('AWS_URL'),
'endpoint' => env('AWS_ENDPOINT'),
'scheme' => env('AWS_SCHEME', 'https'),
'bucket_endpoint' => env('AWS_BUCKET_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_PATH_STYLE_ENDPOINT'),
'use_accelerate_endpoint' => env('AWS_ACCELERATE_ENDPOINT'),
'use_fips_endpoint' => env('AWS_FIPS_ENDPOINT'),
'use_dual_stack_endpoint' => env('AWS_DUAL_STACK_ENDPOINT'),
],

],
Expand Down

0 comments on commit d0a5482

Please sign in to comment.