Skip to content

Commit

Permalink
Merge pull request #35 from filedag-project/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
qianhh authored Nov 29, 2022
2 parents 7dd8c69 + 09115af commit f7a35f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions README-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,13 @@ FileDAG Storage 的开发将为上述问题提供一种解决方案
#### Description:

- DAG Pool:
- 数据块的引用记录
- 数据pin策略
- DAG Pool的可中断垃圾回收机制
- [x] 数据块的引用记录
- [x] 数据pin策略
- [x] DAG Pool的可中断垃圾回收机制
- 对象存储:
- 桶相关操作的API
- 对象操作的API
- 权限操作API
- [x] 桶相关操作的API
- [x] 对象操作的API
- [x] 权限操作API


### Milestone 3
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ Implement data management.
#### Description:

- DAG Pool:
- reference records of data blocks
- strategy of data pin
- interruptible garbage collection mechanism of DAG Pool
- [x] reference records of data blocks
- [x] strategy of data pin
- [x] interruptible garbage collection mechanism of DAG Pool
- Object store:
- API of bucket related operations
- API of object manipulation
- API of permission operation
- [x] API of bucket related operations
- [x] API of object manipulation
- [x] API of permission operation


### Milestone 3
Expand Down

0 comments on commit f7a35f0

Please sign in to comment.