Skip to content

Commit

Permalink
update:文档
Browse files Browse the repository at this point in the history
  • Loading branch information
1171736840 committed Sep 8, 2022
1 parent 133f903 commit 8f03891
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
5 changes: 2 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,12 @@
AWS S3、金山云 KS3、美团云 MSS、京东云 OSS、天翼云 OOS、移动云 EOS、沃云 OSS、
网易数帆 NOS、Ucloud US3、青云 QingStor、平安云 OBS、首云 OSS、IBM COS、其它兼容 S3 协议的平台

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

查看 [所有支持的存储平台](存储平台)

后续即将支持 谷歌云存储、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
7 changes: 5 additions & 2 deletions docs/存储平台.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,18 +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. 根据 [Alist文档](https://alist-doc.nn.ci/docs/intro) 搭建 Alist 服务
**使用方法**
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)
3. 通过 WebDAV 连接到 Alist [详情](https://alist-doc.nn.ci/docs/webdav)
4. 开始使用吧


## 自定义存储平台

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

0 comments on commit 8f03891

Please sign in to comment.