diff --git a/README.md b/README.md
index 1205e2e..6b545a4 100644
--- a/README.md
+++ b/README.md
@@ -66,6 +66,7 @@ Additionally, the plugin author may occasionally visit Obsidian official forum a
- [Storj](./docs/remote_services/s3_storj_io/README.md)
- [腾讯云 COS](./docs/remote_services/s3_tencent_cloud_cos/README.zh-cn.md) | [Tencent Cloud COS](./docs/remote_services/s3_tencent_cloud_cos/README.md)
- [MinIO](./docs/remote_services/s3_minio/README.md)
+ - [又拍云](./docs/remote_services/s3_upyun/README.zh-cn.md)
- Prepare your S3 (-compatible) service information: [endpoint, region](https://docs.aws.amazon.com/general/latest/gr/s3.html), [access key id, secret access key](https://docs.aws.amazon.com/sdk-for-javascript/v3/developer-guide/getting-your-credentials.html), bucket name. The bucket should be empty and solely for syncing a vault.
- If you are using AWS S3, create [policy and user](./docs/remote_services/s3_general/s3_user_policy.md).
- Very old version of Obsidian needs [configuring CORS](./docs/remote_services/s3_general/s3_cors_configure.md).
diff --git a/docs/remote_services/s3_upyun/README.zh-cn.md b/docs/remote_services/s3_upyun/README.zh-cn.md
new file mode 100644
index 0000000..875a409
--- /dev/null
+++ b/docs/remote_services/s3_upyun/README.zh-cn.md
@@ -0,0 +1,19 @@
+# 又拍云
+
+## 链接
+
+* 官网
+* 官网的 S3 文档
+
+## 步骤
+
+1. 注册,新建对象存储。
+2. 参考官网文档 ,创建操作员然后创建 S3 访问凭证。
+3. 在 Remotely Save 设置以下:
+ * 服务地址(Endpoint):`s3.api.upyun.com` **一定是这个域名**
+ * 区域(Region):`us-east-1`
+ * Acccess Key ID:您获取到的访问凭证的 AccessKey
+ * Secret Access Key:您获取到的访问凭证的 SecretAccessKey
+ * 存储桶(Bucket)的名字:您创建的“服务名”
+ * 是否生成文件夹 Object:不生成(默认) **一定要选择不生成**
+4. 同步。