|
| 1 | +## ccoder-ufs |
| 2 | + |
| 3 | + |
| 4 | +[](https://github.com/ccoderJava/ccoder-ufs/issues) |
| 5 | +[](https://github.com/ccoderJava/ccoder-ufs/network) |
| 6 | +[](https://github.com/ccoderJava/ccoder-ufs/stargazers) |
| 7 | +[](https://travis-ci.org/ccoderJava/ccoder-ufs) |
| 8 | +[](https://github.com/ccoderJava/ccoder-ufs/releases) |
| 9 | +[](README-CN.md) |
| 10 | + |
| 11 | + |
| 12 | +OSS对象存储(Object Storage Service) 集成对接aliyun、qiniu、huawei、tencent等云存储,提供统一抽象的ufs服务 |
| 13 | + |
| 14 | +## 1. Introduction |
| 15 | + |
| 16 | +ccoder-ufs is an OSS(Object Storage Service) integration and abstraction for aliyun、qiniu、huawei、tencent and other cloud storage, providing unified abstraction of ufs services |
| 17 | + |
| 18 | +## 2. Features |
| 19 | + |
| 20 | +- [x] Unified abstraction of OSS |
| 21 | +- [x] Unified abstraction of OSS file |
| 22 | +- [x] Unified abstraction of OSS file input stream |
| 23 | +- [x] Unified abstraction of OSS file output stream |
| 24 | +- [x] Unified abstraction of OSS file meta |
| 25 | +- [x] Unified abstraction of OSS file meta list |
| 26 | +- [x] Unified abstraction of OSS file meta iterator |
| 27 | +- [x] Unified abstraction of OSS file meta page |
| 28 | + |
| 29 | +## 3. Usage |
| 30 | + |
| 31 | +### 3.1. Maven |
| 32 | + |
| 33 | +```xml |
| 34 | +<dependency> |
| 35 | + <groupId>com.ccoder</groupId> |
| 36 | + <artifactId>ccoder-ufs</artifactId> |
| 37 | + <version>1.0.0</version> |
| 38 | +</dependency> |
| 39 | +``` |
| 40 | + |
| 41 | +### 3.2. Gradle |
| 42 | + |
| 43 | +```groovy |
| 44 | +compile 'com.ccoder:ccoder-ufs:1.0.0' |
| 45 | +``` |
| 46 | + |
| 47 | +## 4. License |
| 48 | + |
| 49 | +[Apache License 2.0](LICENSE) |
| 50 | + |
| 51 | +## 5. Contact |
| 52 | + |
| 53 | +- [ccoderJava](https:://github.com/ccoderJava) |
| 54 | +- [wechat](聪聪碎碎念) |
| 55 | +- [email](mailto:congccoder@gmail.com) |
| 56 | +- [blog](https://blog.csdn.net/ccoderJava) |
| 57 | +- [juejin](https://juejin.cn/user/3737995267030030) |
| 58 | +- [segmentfault](https://segmentfault.com/u/cong_ccoder) |
| 59 | + |
| 60 | +## 6. Donate |
| 61 | + |
| 62 | +If you find this project useful, you can buy me a cup of coffee. |
| 63 | + |
| 64 | +[](https://www.paypal.me/ccoderJava) |
| 65 | + |
| 66 | +## 7. Thanks |
| 67 | + |
| 68 | +- [ccoder-oss](xxx) |
| 69 | + |
| 70 | +## 8. ChangeLog |
| 71 | + |
| 72 | +- 1.0.0 |
| 73 | + - Initial release |
| 74 | + - Support aliyun、qiniu、huawei、tencent and other cloud storage |
| 75 | + - Support unified abstraction of OSS |
| 76 | + - Support unified abstraction of OSS file |
| 77 | + |
| 78 | +## 9. FAQ |
| 79 | + |
| 80 | +- Q: xxx |
| 81 | +- A: xxx |
| 82 | +- Q: xxx |
| 83 | +- A: xxx |
| 84 | + |
| 85 | +## 10. TODO |
| 86 | + |
| 87 | +- [ ] xxx |
| 88 | +- [ ] xxx |
| 89 | + |
| 90 | +## 11. Contributing |
| 91 | + |
| 92 | +- Fork it |
| 93 | +- Create your feature branch (git checkout -b my-new-feature) |
| 94 | +- Commit your changes (git commit -am 'Add some feature') |
| 95 | +- Push to the branch (git push origin my-new-feature) |
| 96 | +- Create new Pull Request |
| 97 | +- Thanks! |
| 98 | + |
| 99 | +## 12. Contributors |
| 100 | + |
| 101 | +- [ccoderJava](https://github.com/ccoderJava) |
| 102 | + |
| 103 | +## 13. Related Projects |
| 104 | + |
| 105 | +- [xxx](xxx) |
| 106 | + |
| 107 | +## 14. References |
| 108 | + |
| 109 | +- [xxx](xxx) |
| 110 | +- [xxx](xxx) |
| 111 | + |
| 112 | +## 15. Other |
| 113 | + |
| 114 | +- [xxx](xxx) |
| 115 | +- [xxx](xxx) |
| 116 | +- [xxx](xxx) |
| 117 | + |
| 118 | +## 16. Appendix |
| 119 | + |
| 120 | +- [xxx](xxx) |
| 121 | +- [xxx](xxx) |
0 commit comments