* 2022-01-04
1.0.26
    sync ContentStore::replaceContent

* 2021-12-30
1.0.25
1.0.24
    fix nas中的内容 unserialize 失败时，从 oss 恢复文件

* 2019-12-25
1.0.23
1.0.22
    fix oss中存在索引但不存在内容时，保存时不会写入的问题

* 2019-11-28
1.0.21
    fix hash bug
1.0.20
    fix 创建多个contentstore时，ossclient/nasclient中dir会保留第一个

1.0.19
    ContentStore增加has方法，判断内容是否在两个里面存在
    StoreClient增加has方法，判断对象是否存在不用返回整个对象
    add migration

1.0.18
    不再支持file
    配置中meta可以不写
    配置中没有app时报错

* 2019-11-27
1.0.17 change config name from file to nas
1.0.16 add NasClient 目录结构调整成 256*256，避免消耗过多inode

* 2019-11-26
1.0.15 add replaceContent 方法
1.0.14 fix 保存meta的一个bug
1.0.13 fix 保存meta的一个bug
1.0.12 fix 保存meta的一个bug
1.0.11 fix 保存meta的一个bug
1.0.10 忽略读文件错误，meta可以为null

* 2019-11-25
1.0.9 增加一个meta信息，跟踪元素的时间和大小；清理简化接口和代码

* 2019-11-19
1.0.8

* 2019-11-19
1.0.7

* 2019-11-19
1.0.6

* 2019-11-19
1.0.5 modify composer.json require

* 2019-11-19
1.0.4 fix laravel中配置文件加载问题

* 2019-11-19
1.0.3 调整配置文件结构，支持目录到目录调试

* 2019-11-19
1.0.2 支持container make

* 2019-11-19
1.0.0 一个支持使用OSS和NAS的存储系统