From af3edfffff170677c07e73644d41a6fa9a6207e4 Mon Sep 17 00:00:00 2001 From: acautomaton Date: Mon, 18 Sep 2023 19:12:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96Access=20Key=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=8F=8F=E8=BF=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/extensions/policy-template-s3os.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/resources/extensions/policy-template-s3os.yaml b/src/main/resources/extensions/policy-template-s3os.yaml index ee040f2..a52a1d0 100644 --- a/src/main/resources/extensions/policy-template-s3os.yaml +++ b/src/main/resources/extensions/policy-template-s3os.yaml @@ -45,11 +45,13 @@ spec: help: 协议头请在上方设置,此处无需以"http://"或"https://"开头,系统会自动拼接 - $formkit: password name: accessKey - label: Access Key + label: Access Key ID + placeholder: 存储桶用户标识(用户名) validation: required - $formkit: password name: accessSecret - label: Access Secret + label: Access Key Secret + placeholder: 存储桶秘钥(密码) validation: required - $formkit: text name: region