Versions in this module Expand all Collapse all v7 v7.0.3 Jul 30, 2020 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 Other modules containing this package github.com/supremind/minio-go