Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kanyxmo committed Apr 16, 2024
1 parent 349d2d4 commit 25b1818
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions config/autoload/file.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,9 @@
'region' => '',
'domain' => '',
'schema' => 'http://',
// overtrue/flysystem-cos ^2.0 配置如下
'credentials' => [
'appId' => '',
'secretId' => '',
'secretKey' => '',
],
// overtrue/flysystem-cos ^3.0 配置如下
// 'app_id' => env('COS_APPID'),
// 'secret_id' => env('COS_SECRET_ID'),
// 'secret_key' => env('COS_SECRET_KEY'),
'app_id' => env('COS_APPID'),
'secret_id' => env('COS_SECRET_ID'),
'secret_key' => env('COS_SECRET_KEY'),
// 可选,如果 bucket 为私有访问请打开此项
// 'signed_url' => false,
'bucket' => '',
Expand Down

0 comments on commit 25b1818

Please sign in to comment.