Merge a2108f93d8bef88be5e39d04c58c50fd83ee11e0 into 0b9671313b14ffe839ecbd7dd2ae5ac7f6f05db8

This commit is contained in:
Kelly Trinh 2025-04-11 19:30:08 +05:30 committed by GitHub
commit 045c06d84d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: