From dfcb4874828a3e006410be281789bb3d7991ab63 Mon Sep 17 00:00:00 2001 From: Lan Date: Sun, 2 Mar 2025 20:43:58 +0800 Subject: [PATCH] feat: docs add minio --- docs/guide/storage.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/guide/storage.md b/docs/guide/storage.md index 5f4aa41..ab44cd8 100644 --- a/docs/guide/storage.md +++ b/docs/guide/storage.md @@ -9,4 +9,18 @@ S3 EndpointUrl: `https://..aliyuncs.com` S3 Signature Version: `s3v4` -S3 Region Name:`region` \ No newline at end of file +S3 Region Name:`region` + +# Minio设置 + +S3 AccessKeyId: `AccessKeyId` + +S3 SecretAccessKey: `SecretAccessKey` + +S3 BucketName: `bucket-name` + +S3 EndpointUrl: api接口地址 + +S3 Signature Version: `s3v4` + +S3 Region Name:根据`configurations`里面设置的 `Server Location` \ No newline at end of file