Skip to content

Commit

Permalink
2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xutl committed Mar 19, 2022
1 parent 54bf34b commit 9db2f6d
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 507 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,9 @@ composer require larva/laravel-flysystem-cos -vv
'port' => null,
'domain' => null,
'proxy' => null,
'prefix' => getenv('COS_PREFIX'),//前缀
'root' => getenv('COS_PREFIX'),//前缀
'encrypt'=> null,
'url'=> null,//CDN URL
'cdn_key' => 'izDMqzld6U4AFQjg',
'cdn_sign_type' => 'D'//A/B/C/D
],
```

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"php": "^8.0",
"laravel/framework": "^9.0",
"league/flysystem": "^3.0",
"larva/flysystem-oss": "^1.0"
"larva/flysystem-cos": "^1.0"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 9db2f6d

Please sign in to comment.