File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed
Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ c c++ 存储服务 c c++ 文件存储服务
55c c++ file storage service
66This is an api gateway for uploading and downloading.
77The service is for users who have business needs for upload and download services (such as developers who need to upload and download servers).
8+ This server is more inclined to store the API interface direction
89best storage service for http,batter than nginx and more convenient to manage. On going maintenance
910
1011## Software feature
@@ -32,7 +33,7 @@ feature list:
3233
3334#### Requirements
3435support system above windows 7sp1 and linux(ubuntu20.04,centos8)
35- XEngine need V7.14 or above
36+ XEngine need V7.17 or above
3637vcpkg need 2021.05.11 or above
3738
3839#### Windows
@@ -91,6 +92,7 @@ The realization of downloading second transmission is to first query the local f
9192- XEngine_APPClient client code dir
9293
9394## now task
95+ expand management interface
9496P2P
9597
9698## other problems
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ c c++ 存储服务 c c++ 文件存储服务
55c c++ file storage service
66这是一个上传下载服务API网关,不是文件同步服务,也不是云存储.
77这个服务的主要目的是为了给有上传下载服务业务需求的用户使用(比如需要开发上传下载服务的开发人员).
8+ 此服务器更偏向于存储API接口方向.
89目前最好的HTTP存储服务,比NGINX更优秀,更方便管理.持续维护中...
910
1011## 软件特性
@@ -31,7 +32,7 @@ c c++ file storage service
3132
3233#### 版本需求
3334支持WINDOWS 7SP1和LINUX(UBUNT20.04,CENTOS8)以上系统
34- XEngine版本需要V7.14或者以上版本
35+ XEngine版本需要V7.17或者以上版本
3536vcpkg 需要2021.05.11以上版本
3637
3738#### Windows
@@ -89,7 +90,8 @@ make FLAGS=CleanAll 清理编译
8990下载秒传的实现是先通过HASH查询本地文件保存路径,如果存在就直接下载完成.
9091
9192## 当前任务
92- 实现P2P
93+ 扩展管理接口
94+ 实现P2P
9395
9496## 其他问题
9597你可以参考docment目录下的文档.里面包含了API协议和服务说明.
Original file line number Diff line number Diff line change 6262 },
6363 "XVer" : {
6464 "StorageVersion" : [
65+ " 2.0.0.1001 Build20210723" ,
6566 " 1.5.0.1001 Build20210716" ,
6667 " 1.4.0.1001 Build20210702" ,
6768 " 1.3.0.1001 Build20210625" ,
You can’t perform that action at this time.
0 commit comments