OSS对象存储(Object Storage Service) 集成对接aliyun、qiniu、huawei、tencent等云存储,提供统一抽象的ufs服务
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
- 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
<dependency>
<groupId>com.ccoder</groupId>
<artifactId>ccoder-ufs</artifactId>
<version>1.0.0</version>
</dependency>
compile 'com.ccoder:ccoder-ufs:1.0.0'
If you find this project useful, you can buy me a cup of coffee.
- 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
- Q: xxx
- A: xxx
- Q: xxx
- A: xxx
- xxx
- xxx
- 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!