mirror of
https://github.com/rclone/rclone.git
synced 2025-04-16 16:18:52 +08:00
Merge a2108f93d8bef88be5e39d04c58c50fd83ee11e0 into 0b9671313b14ffe839ecbd7dd2ae5ac7f6f05db8
This commit is contained in:
commit
045c06d84d
@ -1272,13 +1272,13 @@ Properties:
|
||||
|
||||
#### --s3-sse-customer-algorithm
|
||||
|
||||
If using SSE-C, the server-side encryption algorithm used when storing this object in S3.
|
||||
If using SSE-C, the server-side encryption algorithm used when storing this object in S3. As per AWS S3 standard, this must be "AES256" if SSE-C is used.
|
||||
|
||||
Properties:
|
||||
|
||||
- Config: sse_customer_algorithm
|
||||
- Env Var: RCLONE_S3_SSE_CUSTOMER_ALGORITHM
|
||||
- Provider: AWS,Ceph,ChinaMobile,Minio
|
||||
- Provider: AWS,Ceph,ChinaMobile,Minio, IDrive (if enabled via dashboard)
|
||||
- Type: string
|
||||
- Required: false
|
||||
- Examples:
|
||||
@ -1289,15 +1289,13 @@ Properties:
|
||||
|
||||
#### --s3-sse-customer-key
|
||||
|
||||
To use SSE-C you may provide the secret encryption key used to encrypt/decrypt your data.
|
||||
|
||||
Alternatively you can provide --sse-customer-key-base64.
|
||||
To use SSE-C you must provide a 32 byte secret encryption key to encrypt/decrypt your data either using this option or --sse-customer-key-base64.
|
||||
|
||||
Properties:
|
||||
|
||||
- Config: sse_customer_key
|
||||
- Env Var: RCLONE_S3_SSE_CUSTOMER_KEY
|
||||
- Provider: AWS,Ceph,ChinaMobile,Minio
|
||||
- Provider: AWS,Ceph,ChinaMobile,Minio, IDrive (if enabled via dashboard)
|
||||
- Type: string
|
||||
- Required: false
|
||||
- Examples:
|
||||
@ -1306,9 +1304,7 @@ Properties:
|
||||
|
||||
#### --s3-sse-customer-key-base64
|
||||
|
||||
If using SSE-C you must provide the secret encryption key encoded in base64 format to encrypt/decrypt your data.
|
||||
|
||||
Alternatively you can provide --sse-customer-key.
|
||||
If using SSE-C you must provide the 32 byte secret encryption key encoded in base64 format to encrypt/decrypt your data. Alternatively you can provide --sse-customer-key.
|
||||
|
||||
Properties:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user