mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-31 04:30:44 +00:00
Upgrade AWS SDK to the latest version
This commit is contained in:
+1
-1
@@ -15,7 +15,7 @@ type ContentCipher interface {
|
||||
GetCipherData() CipherData
|
||||
}
|
||||
|
||||
// CipherData is used for content encryption. It used for storing the
|
||||
// CipherData is used for content encryption. It is used for storing the
|
||||
// metadata of the encrypted content.
|
||||
type CipherData struct {
|
||||
Key []byte
|
||||
|
||||
+1
-1
@@ -26,7 +26,7 @@ type Envelope struct {
|
||||
// IV is the randomly generated IV base64 encoded.
|
||||
IV string `json:"x-amz-iv"`
|
||||
// CipherKey is the randomly generated cipher key.
|
||||
CipherKey string `json:"x-amz-key-v2, x-amz-key"`
|
||||
CipherKey string `json:"x-amz-key-v2"`
|
||||
// MaterialDesc is a description to distinguish from other envelopes.
|
||||
MatDesc string `json:"x-amz-matdesc"`
|
||||
WrapAlg string `json:"x-amz-wrap-alg"`
|
||||
|
||||
Reference in New Issue
Block a user