Skip to content

Commit

Permalink
add keywords to composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
xinningsu committed Mar 5, 2021
1 parent 69f7279 commit 796da09
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,11 @@ $client->deleteObject('/object_name.txt');
$client->deleteObjects(['/object_name.txt', '/object_name2.txt']);
```

# 整合

- [Flysystem Baidu BOS](https://github.com/xinningsu/flysystem-baidu-bos)
- [Larvel Filesystem Baidu BOS](https://github.com/xinningsu/laravel-filesystem-baidu-bos)

# 参考

- [https://cloud.baidu.com/doc/BOS/index.html](https://cloud.baidu.com/doc/BOS/index.html)
Expand Down
10 changes: 10 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
{
"name": "xinningsu/baidu-bos",
"description": "Baidu BOS client 百度对象存储API的基本调用",
"keywords": [
"baidu",
"bos",
"baidu bos",
"baidu object storage",
"百度",
"对象存储",
"百度对象存储"
],
"homepage": "https://github.com/xinningsu/baidu-bos",
"license": "MIT",
"authors": [
{
Expand Down

0 comments on commit 796da09

Please sign in to comment.