added public/private aws and CF

This commit is contained in:
2023-04-10 14:45:46 +10:00
parent ee46af08ca
commit aa76147144
2 changed files with 25 additions and 12 deletions

View File

@@ -39,13 +39,13 @@ return [
'cdn' => [
'driver' => 's3',
'key' => env('AWS_CDN_ACCESS_KEY_ID'),
'secret' => env('AWS_CDN_SECRET_ACCESS_KEY'),
'region' => env('AWS_CDN_DEFAULT_REGION'),
'bucket' => env('AWS_CDN_BUCKET'),
'url' => env('AWS_CDN_URL'),
'endpoint' => env('AWS_CDN_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_CDN_USE_PATH_STYLE_ENDPOINT', false),
'key' => env('AWS_PUBLIC_ACCESS_KEY_ID'),
'secret' => env('AWS_PUBLIC_SECRET_ACCESS_KEY'),
'region' => env('AWS_PUBLIC_DEFAULT_REGION'),
'bucket' => env('AWS_PUBLIC_BUCKET'),
'url' => env('AWS_PUBLIC_URL'),
'endpoint' => env('AWS_PUBLIC_ENDPOINT'),
'use_path_style_endpoint' => env('AWS_PUBLIC_USE_PATH_STYLE_ENDPOINT', false),
'throw' => false,
'public' => true,
'options' => [