add upyun

This commit is contained in:
fyears 2024-04-27 12:13:09 +08:00
parent 9fe1b1d5e6
commit 1d8463a3ed
2 changed files with 20 additions and 0 deletions

View File

@ -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).

View File

@ -0,0 +1,19 @@
# 又拍云
## 链接
* 官网 <https://www.upyun.com/>
* 官网的 S3 文档 <https://help.upyun.com/knowledge-base/aws-s3%e5%85%bc%e5%ae%b9/>
## 步骤
1. 注册,新建对象存储。
2. 参考官网文档 <https://help.upyun.com/knowledge-base/aws-s3%e5%85%bc%e5%ae%b9/>,创建操作员然后创建 S3 访问凭证。
3. 在 Remotely Save 设置以下:
* 服务地址Endpoint`s3.api.upyun.com` **一定是这个域名**
* 区域Region`us-east-1`
* Acccess Key ID您获取到的访问凭证的 AccessKey
* Secret Access Key您获取到的访问凭证的 SecretAccessKey
* 存储桶Bucket的名字您创建的“服务名”
* 是否生成文件夹 Object不生成默认 **一定要选择不生成**
4. 同步。