From e4536841fd038fbcab2da9e4a38a8ed02a41bc5c Mon Sep 17 00:00:00 2001 From: linju Date: Tue, 14 Jun 2022 03:42:36 +0000 Subject: [PATCH] =?UTF-8?q?update=20docs/uniCloud/storage.md.=20=E6=B7=BB?= =?UTF-8?q?=E5=8A=A0=EF=BC=9A=E8=85=BE=E8=AE=AF=E4=BA=91=E7=89=88uniCloud?= =?UTF-8?q?=E4=BA=91=E5=AD=98=E5=82=A8=E4=BD=BF=E7=94=A8=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=A4=84=E7=90=86=E5=8A=9F=E8=83=BD=E6=B3=A8=E6=84=8F=E4=BA=8B?= =?UTF-8?q?=E9=A1=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/uniCloud/storage.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/docs/uniCloud/storage.md b/docs/uniCloud/storage.md index 63c85009e..bd4b2758f 100644 --- a/docs/uniCloud/storage.md +++ b/docs/uniCloud/storage.md @@ -609,7 +609,7 @@ let result = await uniCloud.downloadFile({ ## 数据处理 -**仅阿里云支持** +**阿里云** 使用阿里云作为服务商时,云存储支持直接使用**restful api**对资源进行处理,下表列出支持的操作类型。 @@ -629,3 +629,19 @@ let result = await uniCloud.downloadFile({ **Tips** - 阿里云的云存储暂不支持分目录。阿里云的前端网页托管支持分目录。 + +**腾讯云(必须发邮件申请)** + +使用腾讯云作为服务商时,云存储虽然也支持使用**restful api**对资源进行处理;但必须发送邮件到service@dcloud.io进行申请。 + +未申请就直接使用数据处理功能的“腾讯云版”uniCloud服务空间,有被停服的风险! + +申请邮件内需要提供以下信息 + +``` +项目介绍 +公司介绍 // 个人用户无需填写 +负责人 +联系电话 +申请日期 +``` \ No newline at end of file -- GitLab