mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-05 18:23:48 +00:00
s3 private as a default
This commit is contained in:
@@ -39,12 +39,13 @@ return [
|
|||||||
'visibility' => 'public',
|
'visibility' => 'public',
|
||||||
],
|
],
|
||||||
's3' => [
|
's3' => [
|
||||||
'driver' => 's3',
|
'driver' => 's3',
|
||||||
'key' => env('S3_ACCESS_KEY_ID'),
|
'key' => env('S3_ACCESS_KEY_ID'),
|
||||||
'secret' => env('S3_SECRET_ACCESS_KEY'),
|
'secret' => env('S3_SECRET_ACCESS_KEY'),
|
||||||
'region' => env('S3_DEFAULT_REGION'),
|
'region' => env('S3_DEFAULT_REGION'),
|
||||||
'bucket' => env('S3_BUCKET'),
|
'bucket' => env('S3_BUCKET'),
|
||||||
'endpoint' => env('S3_URL'),
|
'endpoint' => env('S3_URL'),
|
||||||
|
'visibility' => 'private',
|
||||||
],
|
],
|
||||||
'ftp' => [
|
'ftp' => [
|
||||||
'driver' => 'ftp',
|
'driver' => 'ftp',
|
||||||
|
|||||||
Reference in New Issue
Block a user