Skip to content

📂Distributed storage

Platform distributed storage supports Alibaba Cloud OSS/CDN, MinIO, and Amazon S3. Based on the SaaS engine configuration, different tenants can use different storage solutions.


📖Introduction

FeaturesExplanation
Support storageAlibaba Cloud OSS/CDN, MinIO, Amazon S3
Configuration-drivenBased on SaaS engine, different tenants can be configured independently
ScalableDriven by the form engine, it can freely expand Tencent Cloud, Huawei Cloud, etc.
Source code locationMicroi.HDFS

⚙Step 1: Specify the storage method

Specify the storage method in [System Settings] → [Development Configuration]. The system settings are driven by the form engine, and you can freely expand more custom storage methods in the form design.

存储方式配置


☁Alibaba Cloud OSS CDN

Configure related parameters in [SaaS Engine] → [Aliyun]:

阿里云OSS配置


📦MinIO

Configure relevant parameters in [SaaS Engine] → [MinIO]:

💡See [Docker deployment documentation] for how to install MinIO (https://microi.blog.csdn.net/article/details/143576299)

MinIO配置


🌍Amazon S3

📌First familiarize yourself with Amazon S3:Getting Started with Amazon S3

The platform uses the MinIO SDK to drive Amazon S3, and detailed configuration instructions will be added later.

MIT License.