SSE-C Header
Type Definition
type SseCHeader struct
Parameter Description
|
Field |
Type |
Optional or Mandatory |
Description |
|---|---|---|---|
|
Encryption |
string |
Mandatory when used as a request parameter |
Algorithm used in SSE-C encryption. The value can be:
|
|
Key |
string |
Mandatory when used as a request parameter |
Key used in SSE-C encryption/decryption, which is calculated by using AES-256 and then encoded by Base64 |
|
KeyMD5 |
string |
Optional when used as a request parameter |
Key check value used in SSE-C encryption/decryption, which is the key value encrypted by MD5 and then encoded by Base64 |
Last Article: Bucket Tag
Next Article: SSE-KMS Header
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.