Skip to content

Commit

Permalink
feat: aws s3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
Tinywan committed Sep 7, 2024
1 parent 867e28e commit 7d77bf3
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,13 @@

## 特性

| 云端 | 多文件上传 | Base64图片上传 | 服务器文件上传 |
| --- | --- | --- | --- |
| 🍏 私有云 || -- ||
| 🍓 阿里云 ||||
| 🍋 腾讯云 ||||
| 🍇 七牛云 ||||
| 云端 | 多文件上传 | Base64图片上传 | 服务器文件上传 |
|------------| --- | --- | --- |
| 🍏 私有云 || -- ||
| 🍓 阿里云 ||||
| 🍋 腾讯云 ||||
| 🍇 七牛云 ||||
| 🍇 亚马逊(S3) ||||

## 安装

Expand Down Expand Up @@ -112,6 +113,12 @@ composer require qcloud/cos-sdk-v5
composer require qiniu/php-sdk
```

#### 亚马逊(S3)对象存储

```php
composer require league/flysystem-aws-s3-v3
```

## 上传Base64图片

>**使用场景:** 前端直接截图(头像、Canvas等)一个Base64数据流的图片直接上传到云端
Expand Down

0 comments on commit 7d77bf3

Please sign in to comment.