| 179 | func (s s3) Marshal(h http.Header) { h.Set(SseGenericHeader, "AES256") } |
| 180 | |
| 181 | type kms struct { |
| 182 | key string |
| 183 | context []byte |
| 184 | hasContext bool |
| 185 | } |
| 186 | |
| 187 | func (s kms) Type() Type { return KMS } |
| 188 |
nothing calls this directly
no outgoing calls
no test coverage detected