Versions in this module Expand all Collapse all v7 v7.0.65 Nov 22, 2023 Changes in this version + type PBKDF func(password, salt []byte) ServerSide + var DefaultPBKDF PBKDF = func(password, salt []byte) ServerSide { ... } + type ServerSide interface + Marshal func(h http.Header) + Type func() Type + func NewSSE() ServerSide + func NewSSEC(key []byte) (ServerSide, error) + func NewSSEKMS(keyID string, context interface{}) (ServerSide, error) + func SSE(sse ServerSide) ServerSide + func SSECopy(sse ServerSide) ServerSide + type Type string + const KMS + const S3 + const SSEC v7.0.65-beta2 Nov 22, 2023 Other modules containing this package github.com/weka/minio-go