Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youkol/storage-support
Local Disk Storage and Cloud Storage support for OSS(Object Storage Service).
https://github.com/youkol/storage-support
oss spring spring-boot storage storage-spring-boot-start storage-support
Last synced: 10 days ago
JSON representation
Local Disk Storage and Cloud Storage support for OSS(Object Storage Service).
- Host: GitHub
- URL: https://github.com/youkol/storage-support
- Owner: youkol
- License: apache-2.0
- Created: 2020-02-26T08:57:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-09T15:53:18.000Z (over 3 years ago)
- Last Synced: 2024-12-18T06:19:26.881Z (14 days ago)
- Topics: oss, spring, spring-boot, storage, storage-spring-boot-start, storage-support
- Language: Java
- Homepage: https://github.com/youkol/storage-support
- Size: 142 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# storage-support
Local Disk Storage and Cloud Storage support for OSS(Object Storage Service).### 1. Features
- [x] Local Disk Storage.
- [x] [OSS - Aliyun Cloud Object Storage.](https://help.aliyun.com/document_detail/32008.html)
- [x] [OSS - Qiniu Cloud Object Storage.](https://developer.qiniu.com/kodo/sdk/1239/java)
- [x] [OSS - Baidu Cloud Object Storage.](https://cloud.baidu.com/doc/BOS/s/Fjwvyrqw2)
- [x] [OSS - Tencent Cloud Object Storage.](https://cloud.tencent.com/document/product/436/10199)
- [x] [OSS - MinIO Object Storage.](https://min.io)### 2. Usage
#### 2.1 spring boot project
```xmlcom.youkol.support.storage
storage-spring-boot-starter
0.1.0```