Commit 8e29ad91 by lujunyi

引入腾讯云cos

parent 042ed950
...@@ -57,12 +57,12 @@ ...@@ -57,12 +57,12 @@
], ],
'cos' => [ 'cos' => [
'driver' => 'cos', 'driver' => 'cos',
'app_id' => env('COS_APP_ID'), 'app_id' => env('COS_APP_ID'),
'secret_id' => env('COS_SECRET_ID'), 'secret_id' => env('COS_SECRET_ID'),
'secret_key' => env('COS_SECRET_KEY'), 'secret_key' => env('COS_SECRET_KEY'),
'region' => env('COS_REGION', 'ap-guangzhou'), 'region' => env('COS_REGION', 'ap-shanghai'),
'bucket' => env('COS_BUCKET'), // 不带数字 app_id 后缀 'bucket' => env('COS_BUCKET'), // 不带数字 app_id 后缀
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment