Skip to main content

HAP File Service

The Mingdao HAP File Storage Service defaults to using the open-source file storage system MinIO, with adaptations made accordingly. Additionally, it supports configuration with file object services that comply with the S3 standard, such as Alibaba Cloud OSS, Tencent Cloud COS, Huawei Cloud OBS, and Qiniu Cloud Kodo.

In version 1 of the file service, the MinIO service is integrated into the same image as the file service. Therefore, deploying the file service alone is sufficient to provide file storage services for the Mingdao HAP system.

However, in version 2 of the file service, to enable more flexible updates of the MinIO version and benefit from new features, we have separated the MinIO service from the file service image. Now, you need to first deploy the MinIO object storage service and then deploy the file service. Configure the file service to connect to MinIO to use object storage in the form of an S3 interface.