From 4a509084551bd9ba0033d85d1ef7d9d99af582d9 Mon Sep 17 00:00:00 2001 From: Lan Date: Thu, 27 Feb 2025 22:43:22 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=AD=98=E5=82=A8=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=EF=BC=8C=E6=96=B0=E5=A2=9E=E9=98=BF=E9=87=8C=E4=BA=91=E6=95=99?= =?UTF-8?q?=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/guide/storage.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/guide/storage.md b/docs/guide/storage.md index e69de29..5f4aa41 100644 --- a/docs/guide/storage.md +++ b/docs/guide/storage.md @@ -0,0 +1,12 @@ +# 阿里云设置 +S3 AccessKeyId: `AccessKeyId` + +S3 SecretAccessKey: `SecretAccessKey` + +S3 BucketName: `bucket-name` + +S3 EndpointUrl: `https://..aliyuncs.com` + +S3 Signature Version: `s3v4` + +S3 Region Name:`region` \ No newline at end of file