Skip to content

Commit

Permalink
Merge pull request #38 from 1171736840/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
1171736840 authored Sep 8, 2022
2 parents 2ea3f44 + 8f03891 commit c8199ab
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ AWS S3、金山云 KS3、美团云 MSS、京东云 OSS、天翼云 OOS、移动

后续即将支持 谷歌云存储、Samba、NFS

> 通过 WebDAV 连接到 Alist 后,可以使用百度网盘、天翼云盘、阿里云盘、迅雷网盘等常见存储服务,[查看 Alist 支持的存储平台](https://alist-doc.nn.ci/docs/webdav)
GitHub:https://github.com/1171736840/spring-file-storage
<br />
Gitee:https://gitee.com/XYW1171736840/spring-file-storage
Expand Down
15 changes: 15 additions & 0 deletions docs/存储平台.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,21 @@

> MinIO SDK 支持所有兼容 AWS S3 的平台,所以也可以使用 MinIO SDK 代替 AWS S3 SDK ,将配置写在 MinIO 中。

### Alist

Alist 一款支持多种存储的目录文件列表程序,支持 Web 浏览与 WebDAV,后端基于Gin,前端使用React。

通过 WebDAV 连接到 Alist 后,可以使用百度网盘、天翼云盘、阿里云盘、迅雷网盘等常见存储服务,
[查看 Alist 支持的存储平台](https://alist-doc.nn.ci/docs/webdav)

**使用方法**
1. 根据 [文档](https://alist-doc.nn.ci/docs/intro) 搭建 Alist 服务
2. 在 Alist 添加对应平台的账号 [详情](https://alist-doc.nn.ci/docs/driver/base)
3. 通过 WebDAV 连接到 Alist [详情](https://alist-doc.nn.ci/docs/webdav)
4. 开始使用吧


## 自定义存储平台

想要自定义存储平台就要实现 `FileStorage` 这个接口,并进行实例化,注意返回的 bean 是个 list
Expand Down

0 comments on commit c8199ab

Please sign in to comment.