MCPcopy
hub / github.com/minio/minio-go / kms

Struct kms

pkg/encrypt/server-side.go:181–185  ·  pkg/encrypt/server-side.go::kms

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected