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