S3 Compatible Storage Backup
This document was translated from Chinese by AI and has not yet been reviewed.
Cherry Studio data backup supports backup via S3 compatible storage (object storage). Common S3 compatible storage services include: AWS S3, Cloudflare R2, Alibaba Cloud OSS, Tencent Cloud COS, and MinIO.
Based on S3 compatible storage, multi-terminal data synchronization can be achieved by the method of Computer A
S3 Storage
Computer B
.
Configure S3 Compatible Storage
Create an object storage bucket, and record the bucket name. It is highly recommended to set the bucket to private read/write to prevent backup data leakage!!
Refer to the documentation, go to the cloud service console to obtain information such as
Access Key ID
,Secret Access Key
,Endpoint
,Bucket
,Region
for S3 compatible storage.Endpoint: The access address for S3 compatible storage, usually in the form of
https://<bucket-name>.<region>.amazonaws.com
orhttps://<ACCOUNT_ID>.r2.cloudflarestorage.com
.Region: The region where the bucket is located, such as
us-west-1
,ap-southeast-1
, etc. For Cloudflare R2, please fill inauto
.Bucket: The bucket name.
Access Key ID and Secret Access Key: Credentials used for authentication.
Root Path: Optional, specifies the root path when backing up to the bucket, default is empty.
Related Documentation
Cloudflare R2: Obtain Access Key ID and Secret Access Key
Alibaba Cloud OSS: Obtain Access Key ID and Access Key Secret
Tencent Cloud COS: Obtain SecretId and SecretKey
Fill in the above information in the S3 backup settings, click the backup button to perform backup, and click the manage button to view and manage the list of backup files.
最后更新于
这有帮助吗?