rclone 命令同步文件时使用 SSE-C

Key 生成参考:https://forum.rclone.org/t/aws-s3-sse-c-how-to-generate-keys/20390/4

检查配置文件路径

使用 rclone config file 命令可以查看当前 rclone 配置文件路径:

# rclone config file
Configuration file is stored at:
/root/.config/rclone/rclone.conf

配置内容

[minio-ssec]
type = s3
provider = Minio
env_auth = false
access_key_id = rclone
secret_access_key = 
region = us-east-1
endpoint = https://minio.domain.com
sse_customer_algorithm = AES256
sse_customer_key = 
sse_customer_key_md5 = 

同步命令

rclone sync --bwlimit 3M D:\SyncDrive minio-ssec:syncdrive -P

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注

此站点使用Akismet来减少垃圾评论。了解我们如何处理您的评论数据