qingstor
#
Configure#
Servicer#
Available PairsName | Required | Comments |
---|---|---|
credential | Y | only support hmac protocol |
endpoint | Y |
#
Examples#
Storager#
Available PairsName | Required | Comments |
---|---|---|
name | Y | bucket name |
work_dir | N | work dir |
#
Examples#
Pairs#
Server-Side Encryption (SSE)#
Encrypt ObjectName | Comments |
---|---|
sse_customer_algorithm | the encryption algorithm. Only AES256 is supported now. |
sse_customer_key | the customer-provided encryption key. For AES256 keys, the plaintext must be 32 bytes long. The key must be Base64 encoded. |
sse_customer_key_md5 | the MD5 of the customer-provided key. The key MD5 must be Base64 encoded. |
#
Supported Operations#
Copy Encrypted ObjectName | Comments |
---|---|
sse_copy_source_customer_algorithm | the encryption algorithm for the source object. Only AES256 is supported now. |
sse_copy_source_customer_key | the customer-provided encryption key for the source object. For AES256 keys, the plaintext must be 32 bytes long. The key must be Base64 encoded. |
sse_copy_source_customer_key_md5 | the MD5 of the customer-provided key for the source object. The key MD5 must be Base64 encoded. |