ccoderJava / ccoder-ufs

OSS对象存储(Object Storage Service) 集成对接aliyun、qiniu、huawei、tencent等云存储,提供统一抽象的ufs服务

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ccoder-ufs

jaywcjlove/sb

OSS对象存储(Object Storage Service) 集成对接aliyun、qiniu、huawei、tencent等云存储,提供统一抽象的ufs服务

1. Introduction

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

2. Features

  • Unified abstraction of OSS
  • Unified abstraction of OSS file
  • Unified abstraction of OSS file input stream
  • Unified abstraction of OSS file output stream
  • Unified abstraction of OSS file meta
  • Unified abstraction of OSS file meta list
  • Unified abstraction of OSS file meta iterator
  • Unified abstraction of OSS file meta page

3. Usage

3.1. Maven

<dependency>
    <groupId>com.ccoder</groupId>
    <artifactId>ccoder-ufs</artifactId>
    <version>1.0.0</version>
</dependency>

3.2. Gradle

compile 'com.ccoder:ccoder-ufs:1.0.0'

4. License

Apache License 2.0

5. Contact

6. Donate

If you find this project useful, you can buy me a cup of coffee.

7. Thanks

8. ChangeLog

  • 1.0.0
    • Initial release
    • Support aliyun、qiniu、huawei、tencent and other cloud storage
    • Support unified abstraction of OSS
    • Support unified abstraction of OSS file

9. FAQ

  • Q: xxx
  • A: xxx
  • Q: xxx
  • A: xxx

10. TODO

  • xxx
  • xxx

11. Contributing

  • Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request
  • Thanks!

12. Contributors

13. Related Projects

14. References

15. Other

16. Appendix

About

OSS对象存储(Object Storage Service) 集成对接aliyun、qiniu、huawei、tencent等云存储,提供统一抽象的ufs服务

License:Apache License 2.0


Languages

Language:Java 100.0%