Browse Source

Merge branch 'master' of https://gitlink.org.cn/JointCloud/JCS-pub

feature_gxh
Sydonian 4 months ago
parent
commit
c8020cf73f
7 changed files with 1619 additions and 75 deletions
  1. +4
    -3
      README.md
  2. +12
    -12
      README_en.md
  3. +1
    -1
      docs/JCS_pub_API.md
  4. +1543
    -0
      docs/JCS_pub_API_en.md
  5. BIN
      docs/figs/architecture_en.png
  6. BIN
      docs/figs/roadmap_en.png
  7. +59
    -59
      docs/公有云注册及使用教程.md

+ 4
- 3
README.md View File

@@ -1,6 +1,7 @@
**其他语言: [English](README_en.md) | [中文](README.md)**

# JCS-pub(云际存储公共基础设施+开箱即用云际存储客户端)
# JCS-pub(云际存储公共基础设施)+ JCS-client(开箱即用云际存储客户端)

## 项目简介
云际存储是基于云际对等协作机制,纳管多个云的存储资源,为用户提供统一数据存储服务的一种存储服务模式。其核心理念是强调各个云的对等独立地位,通过非侵入方式联接多个云的存储资源;强调云际协作,综合运用各个云的存算网资源,提供高质量存储服务。

@@ -66,13 +67,13 @@
- 请发邮件至`song-jc@foxmail.com`领取账号密码和证书,申请流程如下图。

<center>
<img src="docs/figs/application.png" width=90% /></center>
<img src="docs/figs/application.png" width=70% /></center>


## 架构图

<center>
<img src="docs/figs/architecture.png" width=70% /></center>
<img src="docs/figs/architecture.png" width=45% /></center>

### 1、云存储空间
- 使用云际存储客户端前,用户需自行准备云存储空间。云存储空间主要指对象存储服务的桶和文件存储服务的目录。可使用用户在公有云开通的云存储服务,也可以使用用户私有的云存储服务。


+ 12
- 12
README_en.md View File

@@ -1,17 +1,17 @@
**Read in: [English](README_en.md) | [中文](README.md)**

# JCS-pub (JointCloud Storage Public Infrastructure + Ready-to-Use Storage Client)
# JCS-pub (JointCloud Storage Public Infrastructure) + JCS-client (Ready-to-Use JointCloud Storage Client)

## Project Overview
JointCloud Storage is a storage service model built on a peer-to-peer jointcloud collaboration mechanism. It manages storage resources across multiple clouds and provides users with a unified data storage service. The core idea emphasizes the independent and equal status of each cloud, connecting them in a non-intrusive manner. It also promotes intercloud collaboration by integrating computing, storage, and networking resources across clouds to deliver high-quality storage services.
JointCloud Storage is a storage service model built on a peer-to-peer JointCloud collaboration mechanism. It manages storage resources across multiple clouds and provides users with a unified data storage service. The core idea emphasizes the independent and equal status of each cloud, connecting them in a non-intrusive manner. It also promotes intercloud collaboration by integrating computing, storage, and networking resources across clouds to deliver high-quality storage services.

This project aims to turn JointCloud Storage into a public infrastructure that is easy to use for individuals and enterprises alike. By simply using a ready-to-use storage client, users can quickly access efficient jointcloud storage without the need to deploy additional components. At the same time, the system allows flexible customization of its features to meet diverse needs.
This project aims to turn JointCloud Storage into a public infrastructure that is easy to use for individuals and enterprises alike. By simply using a JCS-client, users can quickly access efficient jointcloud storage without the need to deploy additional components. At the same time, the system allows flexible customization of its features to meet diverse needs.


## Evolution Roadmap

<center>
<img src="docs/figs/roadmap.png" width=100% /></center>
<img src="docs/figs/roadmap_en.png" width=100% /></center>


## Features
@@ -23,7 +23,7 @@ This project aims to turn JointCloud Storage into a public infrastructure that i
- Filtering Rules: Migrate files based on size, file extension, or directory path.
- Scheduling Control: Define migration time windows.
- Post-Migration Actions: Allow users to choose whether to retain or delete the original data after migration.
- **Migration Efficiency Optimization**: Improve migration performance and reduce bandwidth costs by leveraging the **JointCloud Storage Public Infrastructure**.
- **Migration Efficiency Optimization**: Improve migration performance and reduce bandwidth costs by leveraging the JCS-pub.

### 2. Cross-Cloud Data Storage

@@ -37,7 +37,7 @@ This project aims to turn JointCloud Storage into a public infrastructure that i
- REST API
- Command-line interface
- FUSE file system
- **Access Efficiency Optimization**: Boost cross-cloud data access speed and reduce traffic costs via the **JointCloud Storage Public Infrastructure**.
- **Access Efficiency Optimization**: Boost cross-cloud data access speed and reduce traffic costs via the JCS-pub.

### 3. Hybrid Local + Multi-Cloud Storage

@@ -46,7 +46,7 @@ This project aims to turn JointCloud Storage into a public infrastructure that i
- Data Filtering: Dynamically select files for remote sync based on size, path, or extension.
- Local Retention: Configure whether to keep local copies of remote data.
- Bidirectional Sync: Independently configure local-to-cloud and cloud-to-local synchronization.
- **Collaboration Efficiency Optimization**: Enhance sync performance and reduce traffic costs using the **JointCloud Storage Public Infrastructure**.
- **Collaboration Efficiency Optimization**: Enhance sync performance and reduce traffic costs using the JCS-pub.
- **Multiple Data Access Methods**
- REST API
- Command-line interface
@@ -56,7 +56,7 @@ This project aims to turn JointCloud Storage into a public infrastructure that i

- Simply download and install the client — no additional components or configuration needed.

### 5. JointCloud Storage Public Infrastructure
### 5. JCS-pub

- **Unified Hybrid Storage View**: Supports unified access across **local file systems** and **multiple remote cloud platforms**, abstracting the complexity behind a consistent interface.
- **Dual Operation Modes**:
@@ -74,16 +74,16 @@ This project aims to turn JointCloud Storage into a public infrastructure that i
## Architecture Diagram

<center>
<img src="docs/figs/architecture.png" width=50% /></center>
<img src="docs/figs/architecture_en.png" width=45% /></center>

### 1. Cloud Storage Space
- Before using the JointCloud Storage client, users must prepare their own cloud storage space. This typically refers to object storage buckets or directories in file storage services. Both public cloud storage services and private cloud deployments are supported.
- For tutorials on registering mainstream public cloud storage services, see: [Guide](docs/公有云注册及使用教程.md)

### 2. JointCloud Storage Public Infrastructure
### 2. JCS-pub
- The public infrastructure consists of multiple proxy nodes. These nodes collaborate with clients to perform cross-cloud operations such as data migration, upload, and download. They also optimize data transfer routes and support concurrent access, improving performance and reducing bandwidth costs. This design prevents the client from becoming a performance bottleneck.

### 3. JointCloud Storage Client
### 3. JCS-client
- The JointCloud Storage Client is deployed on the user's server and serves as both a data service gateway and metadata management node.
- Users manage their cloud storage data through various interfaces provided by the client.
- All metadata and cloud storage credentials remain on the client managed by the user. When a proxy node needs to access a user’s cloud storage, the client temporarily grants access permissions as needed.
@@ -233,7 +233,7 @@ By default, `jcsctl` attempts to connect to the client at `https://127.0.0.1:789

### 3. API
See the API documentation: [Access here](docs/JCS_pub_API.md)
See the API documentation: [Access here](docs/JCS_pub_API_en.md)


## Testing & Evaluation


+ 1
- 1
docs/JCS_pub_API.md View File

@@ -1,6 +1,6 @@
# JCS-pub API

**跳转回README.md [中文](../README.md) [English](../README_en.md)**
**跳转回[README.md](../README.md)**

## 1 桶相关



+ 1543
- 0
docs/JCS_pub_API_en.md
File diff suppressed because it is too large
View File


BIN
docs/figs/architecture_en.png View File

Before After
Width: 767  |  Height: 767  |  Size: 85 kB

BIN
docs/figs/roadmap_en.png View File

Before After
Width: 1434  |  Height: 558  |  Size: 240 kB

+ 59
- 59
docs/公有云注册及使用教程.md View File

@@ -7,17 +7,17 @@

### 1、注册

访问阿里云账号登录页面 [点击进入](https://www.aliyun.com/)
访问阿里云账号登录页面 [点击进入](https://www.aliyun.com/)

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-1.png" width=70% />
<img src="figs/公有云注册及使用教程/oss/oss-1.png" width=60% />
</div>

在账号注册页面,输入:手机号、验证码、账号名和密码。
点击“注册”,出现以下界面,则注册完成。(**账号名和密码要记住,不能忘记**)

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-2.png" width=60% />
<img src="figs/公有云注册及使用教程/oss/oss-2.png" width=50% />
</div>

### 2、实名阿里云账号
@@ -29,53 +29,53 @@
</div>

实名认证分两种,企业实名和个人实名,下面以个人支付宝认证为例进行实名认证。
其余认证方式详细教程参见文档 [这里](https://help.aliyun.com/zh/account/user-guide/overview-verification?spm=a2c4g.11186623.0.i2)
其余认证方式详细教程参见文档 [这里](https://help.aliyun.com/zh/account/user-guide/overview-verification?spm=a2c4g.11186623.0.i2)

所需材料:支付宝

步骤:

1、选择认证类型为“个人支付宝认证”,在右侧弹出框内勾选协议,同意授权阿里云获取支付宝认证信息(姓名、身份证号),然后点击登录支付宝。
选择认证类型为“个人支付宝认证”,在右侧弹出框内勾选协议,同意授权阿里云获取支付宝认证信息(姓名、身份证号),然后点击登录支付宝。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-4.png" width=50% />
<img src="figs/公有云注册及使用教程/oss/oss-4.png" width=40% />
</div>

2、在弹出的支付宝登录二维码页面,用手机支付宝扫码登录
在弹出的支付宝登录二维码页面,用手机支付宝扫码登录

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-5.png" width=30% />
<img src="figs/公有云注册及使用教程/oss/oss-5.png" width=25% />
</div>

3、经验证成功后即完成认证
经验证成功后即完成认证

### 3、注册对象存储OSS

1、打开阿里云主页,点击右上角控制台,将鼠标移至产品,找到并单击对象存储OSS,打开OSS产品详情页面。
打开阿里云主页,点击右上角控制台,将鼠标移至产品,找到并单击对象存储OSS,打开OSS产品详情页面。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-6.png" width=90% />
<img src="figs/公有云注册及使用教程/oss/oss-6.png" width=80% />
</div>

2、在OSS产品详情页中,点击立即开通。
在OSS产品详情页中,点击立即开通。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-7.png" width=70% />
<img src="figs/公有云注册及使用教程/oss/oss-7.png" width=60% />
</div>

3、选择对象存储OSS,在右侧的配置清单点击立即购买。
选择对象存储OSS,在右侧的配置清单点击立即购买。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-8.png" width=80% />
<img src="figs/公有云注册及使用教程/oss/oss-8.png" width=70% />
</div>

4、在确认订单页面,勾选服务协议,并点击去支付,等到页面出现完成页面,即OSS对象存储服务开通成功。
在确认订单页面,勾选服务协议,并点击去支付,等到页面出现完成页面,即OSS对象存储服务开通成功。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-9.png" width=90% />
</div>

5、点击操作对象存储OSS右侧的管理控制台,进入下一步操作。
点击操作对象存储OSS右侧的管理控制台,进入下一步操作。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-10.png" width=80% />
@@ -83,17 +83,17 @@

### 4、创建桶

1、在控制台页面,点击选择bucket中的“请选择”,在下拉框中选择创建Bucket
在控制台页面,点击选择bucket中的“请选择”,在下拉框中选择创建Bucket

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-11.png" width=100% />
</div>

2、在右侧弹出框中,填写要创建的Bucket信息,地址选择自己所在区域。
在右侧弹出框中,填写要创建的Bucket信息,地址选择自己所在区域。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-12.png" width=75% />
<img src="figs/公有云注册及使用教程/oss/oss-13.png" width=75% />
<img src="figs/公有云注册及使用教程/oss/oss-12.png" width=70% />
<img src="figs/公有云注册及使用教程/oss/oss-13.png" width=70% />
</div>

填写完成后,点击完成创建,看到创建成功界面,即为创建成功。
@@ -103,7 +103,7 @@
随后点击进入Bucket。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-14.png" width=80% />
<img src="figs/公有云注册及使用教程/oss/oss-14.png" width=75% />
</div>

创建完毕后,可以上传一个文件,测试是否成功。
@@ -121,7 +121,7 @@
等待上传列表中文件状态变为上传成功即可。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-17.png" width=100% />
<img src="figs/公有云注册及使用教程/oss/oss-17.png" width=90% />
</div>

点击左侧文件列表,即可看到上传后的文件,在文件右侧下拉框中选择下载,若能正常下载,则证明文件可以访问。
@@ -148,19 +148,19 @@
进入页面后,点击创建AccessKey。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-21.png" width=100% />
<img src="figs/公有云注册及使用教程/oss/oss-21.png" width=90% />
</div>

此处需要再次验证账号,可以选择手机号验证或者扫脸验证。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-22.png" width=70% />
<img src="figs/公有云注册及使用教程/oss/oss-22.png" width=60% />
</div>

验证完成后,即会生成一个AccessKey ID和对应的AccessKey Secret,可以复制或保存使用。

<div align="left">
<img src="figs/公有云注册及使用教程/oss/oss-23.png" width=50% />
<img src="figs/公有云注册及使用教程/oss/oss-23.png" width=40% />
</div>


@@ -180,7 +180,7 @@ OSS要接入CDS存储系统,需要填写以下内容:

访问华为云账号登录页面 [点击进入](https://activity.huaweicloud.com/)

点击右上角注册按钮
点击右上角注册按钮

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-1.png" width=100% />
@@ -195,7 +195,7 @@ OSS要接入CDS存储系统,需要填写以下内容:
</div>

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-3.png" width=70% />
<img src="figs/公有云注册及使用教程/obs/obs-3.png" width=60% />
</div>

<div align="left">
@@ -213,11 +213,11 @@ OSS要接入CDS存储系统,需要填写以下内容:
</div>


实名认证分两种,企业实名和个人实名,下面以个人认证为例进行实名认证
实名认证分两种,企业实名和个人实名,下面以个人认证为例进行实名认证

其余认证方式详细教程参见文档 [这里](https://support.huaweicloud.com/usermanual-account/zh-cn_topic_0071343161.html)
其余认证方式详细教程参见文档 [这里](https://support.huaweicloud.com/usermanual-account/zh-cn_topic_0071343161.html)

点击个人认证,在页面中选择人脸识别认证
点击个人认证,在页面中选择人脸识别认证

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-6.png" width=100% />
@@ -226,7 +226,7 @@ OSS要接入CDS存储系统,需要填写以下内容:
用手机微信扫描二维码,按要求输入姓名和身份证号,并进行人脸识别,完成认证。

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-7.png" width=50% />
<img src="figs/公有云注册及使用教程/obs/obs-7.png" width=40% />
</div>

认证成功后,会出现如下页面。
@@ -243,7 +243,7 @@ OSS要接入CDS存储系统,需要填写以下内容:
<img src="figs/公有云注册及使用教程/obs/obs-9.png" width=100% />
</div>

在页面上点击创建桶
在页面上点击创建桶

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-10.png" width=100% />
@@ -252,17 +252,17 @@ OSS要接入CDS存储系统,需要填写以下内容:
选择自己所在区域,填写桶名称,填写完成后,点击右下角的立即创建。

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-11.png" width=80% />
<img src="figs/公有云注册及使用教程/obs/obs-11.png" width=70% />
</div>

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-12.png" width=80% />
<img src="figs/公有云注册及使用教程/obs/obs-12.png" width=70% />
</div>

出现以下页面即创建成功。

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-13.png" width=50% />
<img src="figs/公有云注册及使用教程/obs/obs-13.png" width=40% />
</div>

在桶列表页面,点击桶所在行(除桶名以外的位置),右侧会显示桶的基本信息,保存记录桶名称、区域和Endpoint信息,在后面接入存储系统时使用。
@@ -274,7 +274,7 @@ OSS要接入CDS存储系统,需要填写以下内容:
随后点击桶名,进入桶。

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-15.png" width=100% />
<img src="figs/公有云注册及使用教程/obs/obs-15.png" width=90% />
</div>

在桶页面中点击上传对象,在右侧弹出框中添加要上传的文件,随后点击确定。
@@ -306,7 +306,7 @@ OSS要接入CDS存储系统,需要填写以下内容:
</div>


在左侧选择访问密钥,点击新增访问密钥
在左侧选择访问密钥,点击新增访问密钥

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-20.png" width=100% />
@@ -315,19 +315,19 @@ OSS要接入CDS存储系统,需要填写以下内容:
在弹出框中勾选我已悉知,为账号创建访问密钥会带来的风险,然后点击继续创建。

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-21.png" width=50% />
<img src="figs/公有云注册及使用教程/obs/obs-21.png" width=40% />
</div>

此处需要再次验证账号,可以选择手机验证或者邮箱验证。

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-22.png" width=60% />
<img src="figs/公有云注册及使用教程/obs/obs-22.png" width=50% />
</div>

出现创建成功页面,则表示访问密钥创建成功,点击立即下载,保存文件中的AccessKey ID和对应的AccessKey Secret,弹窗关闭后将无法再次获取该密钥信息。

<div align="left">
<img src="figs/公有云注册及使用教程/obs/obs-23.png" width=100% />
<img src="figs/公有云注册及使用教程/obs/obs-23.png" width=90% />
</div>

**需要注意的是,为了保证账号安全,每个访问密钥仅可以下载一次,需要及时保存,如果丢失,可重新创建访问密钥。**
@@ -374,30 +374,30 @@ OBS要接入CDS存储系统,需要填写以下内容:
<img src="figs/公有云注册及使用教程/cos/cos-3.png" width=100% />
</div>

在左侧选择实名认证,认证方式分两种,个人认证和企业认证,下面以个人认证为例进行实名认证,其余认证方式详细教程参见文档 [这里](https://www.tencentcloud.com/zh/document/product/378/10495)
在左侧选择实名认证,认证方式分两种,个人认证和企业认证,下面以个人认证为例进行实名认证,其余认证方式详细教程参见文档 [这里](https://www.tencentcloud.com/zh/document/product/378/10495)

点击开始个人认证
点击开始个人认证

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-4.png" width=100% />
</div>

按要求填写个人基本信息后,点击下一步
按要求填写个人基本信息后,点击下一步

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-5.png" width=100% />
<img src="figs/公有云注册及使用教程/cos/cos-5.png" width=90% />
</div>

有三种校验认证信息的方式,微信扫码、人脸识别和QQ扫码,选择其中一种按要求完成校验。

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-6.png" width=60% />
<img src="figs/公有云注册及使用教程/cos/cos-6.png" width=50% />
</div>

出现如下界面,即表示认证成功。

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-7.png" width=80% />
<img src="figs/公有云注册及使用教程/cos/cos-7.png" width=70% />
</div>

### 3、在对象存储COS中创建桶
@@ -411,7 +411,7 @@ OBS要接入CDS存储系统,需要填写以下内容:
勾选我已阅读并同意《腾讯云服务协议》、《对象存储服务等级协议》和《COS默认按量计费(后付费)》,然后点击开通COS并领取额度资源包。

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-9.png" width=80% />
<img src="figs/公有云注册及使用教程/cos/cos-9.png" width=70% />
</div>

点击创建存储桶。
@@ -423,26 +423,26 @@ OBS要接入CDS存储系统,需要填写以下内容:
按要求填写桶的基本信息,主要选择所属地域,填写桶名称,并勾选协议,填写完成后点击下一步。

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-11.png" width=65% />
<img src="figs/公有云注册及使用教程/cos/cos-11.png" width=60% />
</div>

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-12.png" width=65% />
<img src="figs/公有云注册及使用教程/cos/cos-12.png" width=60% />
</div>

到最后一步确认配置,保存记录桶名称、所属地域和Endpoint信息(请求域名中,桶名后面的半段),在后面接入存储系统时使用。

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-13.png" width=65% />
<img src="figs/公有云注册及使用教程/cos/cos-13.png" width=60% />
</div>

随后点击桶名称进入存储桶中
随后点击桶名称进入存储桶中

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-14.png" width=100% />
</div>

点击上传文件,在弹出框中,点击选择文件,选择完毕后,点击上传
点击上传文件,在弹出框中,点击选择文件,选择完毕后,点击上传

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-15.png" width=100% />
@@ -454,10 +454,10 @@ OBS要接入CDS存储系统,需要填写以下内容:
<img src="figs/公有云注册及使用教程/cos/cos-16.png" width=100% />
</div>

将鼠标移到文件上,文件右上角会出现三个点,点击后可以在下拉框中进行预览、下载等操作
将鼠标移到文件上,文件右上角会出现三个点,点击后可以在下拉框中进行预览、下载等操作

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-17.png" width=60% />
<img src="figs/公有云注册及使用教程/cos/cos-17.png" width=50% />
</div>

### 4、创建AccessKey
@@ -465,10 +465,10 @@ OBS要接入CDS存储系统,需要填写以下内容:
在控制台页面,将鼠标移动到右上角账号头像位置,在下拉框中点击访问管理。

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-18.png" width=30% />
<img src="figs/公有云注册及使用教程/cos/cos-18.png" width=25% />
</div>

在左侧菜单栏中选择访问密钥下面的API密钥管理,点击新建密钥
在左侧菜单栏中选择访问密钥下面的API密钥管理,点击新建密钥

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-19.png" width=100% />
@@ -477,7 +477,7 @@ OBS要接入CDS存储系统,需要填写以下内容:
弹出框中会生成访问密钥,点击下载CSV文件或者复制,及时保存生成的SecretID和对应的SecretKey,弹窗关闭后将无法再次获取该密钥信息。

<div align="left">
<img src="figs/公有云注册及使用教程/cos/cos-20.png" width=50% />
<img src="figs/公有云注册及使用教程/cos/cos-20.png" width=40% />
</div>

**需要注意的是,为了保证账号安全,每个访问密钥仅可以下载一次,需要及时保存,如果丢失,可重新创建访问密钥。**
@@ -496,5 +496,5 @@ COS要接入CDS存储系统,需要填写以下内容:
## 金山云


## UCloud

## UCloud

Loading…
Cancel
Save