S3-compatible Storage Backup
Cherry Studio data backups support backing up via S3-compatible storage (object storage). Common S3-compatible storage services include: AWS S3, Cloudflare R2, Alibaba Cloud OSS, Tencent Cloud COS, and MinIO, etc.
Based on S3-compatible storage you can achieve Computer A S3 storage Computer B to implement multi-end data synchronization.
Configure S3-compatible storage
Create an object storage bucket and record the bucket name.It is strongly recommended to set the bucket to private read/write to avoid backup data leakage!!
Refer to the documentation and go to the cloud service console to obtain the S3-compatible storage
Access Key ID,Secret Access Key,Endpoint,Bucket,Regionand other information.Endpoint:The access address for S3-compatible storage, usually in the form of
https://<bucket-name>.<region>.amazonaws.comorhttps://<ACCOUNT_ID>.r2.cloudflarestorage.com.Region:The region where the bucket is located, for example
us-west-1,ap-southeast-1etc., for Cloudflare R2 please enterauto.Bucket:The bucket name.
Access Key ID and Secret Access Key:Credentials used for authentication.
Root Path:Optional, specify the root path when backing up to the bucket, defaults to 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 a backup, and click the manage button to view and manage the list of backup files.
Last updated
Was this helpful?