We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15dc5f8 commit a4108c4Copy full SHA for a4108c4
Sources/Core/Utils/HttpClient/HttpHeader.swift
@@ -21,6 +21,9 @@ extension HttpHeader {
21
case contentDisposition = "Content-Disposition"
22
case amzMetaAccountId = "x-amz-meta-account_id"
23
case amzExpctedBucketOwner = "x-amz-expected-bucket-owner"
24
+ case amzServerSideEncryption = "x-amz-server-side-encryption"
25
+ case amzServerSideEncryptionAwsKmsKeyId = "x-amz-server-side-encryption-aws-kms-key-id"
26
+ case amzServerSideEncryptionContext = "x-amz-server-side-encryption-context"
27
}
28
29
0 commit comments